X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hw%2Fpc.c;h=496f365e6b44eaf291b3d829364d6c6bed2a5f34;hb=bb058620c3b6bbddb99c9afff956dded7139897b;hp=e62d56da1c3b70b14e9023fe7dbda1bcd92685e0;hpb=9eb153f18f69306d8b729c34e9f267bcacfe07c5;p=qemu diff --git a/hw/pc.c b/hw/pc.c index e62d56d..496f365 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -302,6 +302,7 @@ void pc_init(int ram_size, int vga_ram_size, int boot_device, /* setup basic memory access */ cpu_register_physical_memory(0xc0000, 0x10000, 0xc0000 | IO_MEM_ROM); + cpu_register_physical_memory(0xd0000, 0x20000, IO_MEM_UNASSIGNED); cpu_register_physical_memory(0xf0000, 0x10000, 0xf0000 | IO_MEM_ROM); bochs_bios_init();