memory below 1MB... important?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Jeff

memory below 1MB... important?

Post by Jeff »

Hey everybody,

Originally I was planning on having two separate
memory allocation routines. One for allocated
withen the first MB, and the other for all memory
above the first MB.

Is this necessary? Or should I forget about
differentiating between these two memory areas
and just develop one allocation routine?

Thanks a ton,
Jeff
jweeks at mailandnews dot com
Chase

RE:memory below 1MB... important?

Post by Chase »

>On 2001-02-18 15:15:58, Jeff wrote:
>Hey everybody,
>
>Originally I was planning on having two separate
>memory allocation routines. One for allocated
>withen the first MB, and the other for all memory
>above the first MB.
>
>Is this necessary? Or should I forget about
>differentiating between these two memory areas
>and just develop one allocation routine?

I say don't worry about the little bits of mem in between
ROMS.
Of course you need to save the real mode IDT, but what I
plan on doing is to reserve the memory below 1meg for DMA
transfers.
Post Reply