Searched defs:memtop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosmem.c40 vm_offset_t memtop, memtop_copyin, high_heap_base; variable
198 /* Set memtop to actual top of memory */
199 memtop = memtop_copyin = 0x100000 + bios_extmem;
208 high_heap_base = memtop - HEAP_MIN;
220 printf("memtop: 0x%llx\n", (unsigned long long) memtop);

Completed in 57 milliseconds