Re: [Etherboot-developers] Allocating memory...
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-07-31 23:51:22
|
>void *allot(size_t size); >void forget(void *ptr); Do you perhaps need a second argument to allot to be able to allocate in different arenas, say under 1 MB, under 16 MB (for ISA DMA), and anywhere else? Or maybe jsut the first and third categories. |