Re: Graphical desktop, l4con, mag
000SKY <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>> > > > 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);
},
_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers