[OpenBIOS] Dynamic memory allocation

Tarl Neustaedter tarl-b2 at tarl.net
Mon Jun 4 01:25:12 CEST 2012


On 2012-Jun-3 18:48 , Programmingkid wrote:
> What word can be used in OpenBIOS to dynamically allocate memory? I have tried ALLOCATE, but that word doesn't exist in the dictionary.

Alloc-mem is the one I'm most likely to use, unless I need dma-able 
memory, in whch case dma-alloc will be defined by the io nexus.

There's also always "," to allocate from the heap, depending on how much 
you need and where.




More information about the OpenBIOS mailing list