OpenBoot 3.x Command Reference Manual

Memory Mapping Commands

Table I-18 Memory Mapping Commands

Command 

Stack Diagram 

Description 

alloc-mem

( size -- virt ) 

Allocate and map size bytes of available memory; return the virtual address. Unmap with free-mem.

free-mem

( virt size -- ) 

Free memory allocated by alloc-mem.

map?

( virt -- ) 

Display memory map information for the virtual address.