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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c158 unsigned long cont, memtmp, addr; local
234 else if ((memtmp = get_eisamemsize ()) != -1)
236 cont = memtmp & ~0xFFFF;
237 memtmp = memtmp & 0xFFFF;
242 extended_memory = memtmp;
244 if (!cont || (memtmp == 0x3c00))
245 memtmp += (cont >> 10);
253 fakemap[1].Length = (memtmp << 10);
257 mbi.mem_upper = memtmp;
[all...]

Completed in 56 milliseconds