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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c159 unsigned long cont, memtmp, addr; local
235 else if ((memtmp = get_eisamemsize ()) != -1)
237 cont = memtmp & ~0xFFFF;
238 memtmp = memtmp & 0xFFFF;
243 extended_memory = memtmp;
245 if (!cont || (memtmp == 0x3c00))
246 memtmp += (cont >> 10);
254 fakemap[1].Length = (memtmp << 10);
258 mbi.mem_upper = memtmp;
[all...]

Completed in 21 milliseconds