Graphical desktop, l4con, mag

000SKY mztchaoqun at hotmail.com
Thu Oct 9 03:21:50 CEST 2014


>>>> > > > 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);

 }, 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://os.inf.tu-dresden.de/pipermail/l4-hackers/attachments/20141009/b3dc42c8/attachment.html>


More information about the l4-hackers mailing list