Revision c83066d4

b/hw/multiboot.c
307 307
                                | MULTIBOOT_FLAGS_MMAP);
308 308
    stl_p(bootinfo + MBI_MEM_LOWER,   640);
309 309
    stl_p(bootinfo + MBI_MEM_UPPER,   (ram_size / 1024) - 1024);
310
    stl_p(bootinfo + MBI_BOOT_DEVICE, 0x8001ffff); /* XXX: use the -boot switch? */
310
    stl_p(bootinfo + MBI_BOOT_DEVICE, 0x8000ffff); /* XXX: use the -boot switch? */
311 311
    stl_p(bootinfo + MBI_MMAP_ADDR,   ADDR_E820_MAP);
312 312

  
313 313
    mb_debug("multiboot: mh_entry_addr = %#x\n", mh_entry_addr);

Also available in: Unified diff