9 Oct
2014
9 Oct
'14
3:21 a.m.
> fbdrv | To force a specific setting use a '-m <mode>' option.
> fbdrv | L4Re[rm]: mapping for page fault failed with -34 @1a0000
> pc=1006452
> fbdrv | L4Re: unhandled exception: pc=0x1006452
There is a way to fix it. You can modify x86-legacy.devs,as follows: VGA = Hw.Device { hid = "PNP0900"; Res.io(0x3b0, 0x3bf); -- MDA Res.io(0x3c0, 0x3df); -- EGA/VGA Res.io(0x1ce, 0x1d0); -- Vbox Res.io(0x402, 0x402); -- QEMU Debug Port Res.mmio(0xa0000, 0xbffff); --Here lost a parameters. Changed to Res.mmio(0xa0000, 0xbffff,0xc000); },