Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c108 static struct AddrRangeDesc fakemap[3] = variable
250 mbi.mmap_addr = (unsigned long) fakemap; in init_bios_info()
251 mbi.mmap_length = sizeof (fakemap); in init_bios_info()
252 fakemap[0].Length = (mbi.mem_lower << 10); in init_bios_info()
253 fakemap[1].Length = (memtmp << 10); in init_bios_info()
254 fakemap[2].Length = cont; in init_bios_info()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog4398 * stage2/common.c (fakemap): Adjusted to the new definition of