Home
last modified time | relevance | path

Searched refs:memory_image (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/acorn32/stand/boot32/
H A Dboot32.c118 char *memory_image, *bottom_memory, *top_memory; variable
177 memory_image = alloc(memory_image_size); in init_datastructures()
178 if (!memory_image) in init_datastructures()
181 bottom_memory = memory_image; in init_datastructures()
182 top_memory = memory_image + memory_image_size; in init_datastructures()
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
H A DBtNetBSD112 DIM memory_image% memory_image_size% : REM claim the space
114 bot_memory% = memory_image%
115 top_memory% = memory_image% + memory_image_size%