x86_fb-example
"Rudolf Weber" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <trinity-3d5453f2-95a4-41e5-911d-8ae2e2246bc1-1373648160937@3capp-webde-bs33> |
Hello,
I want to try out the x86-fb-example in the l4re-snapshot-2013060718.
I found the following patch necessary:
--- src/l4/conf/examples/x86-fb.list.vorrudi 2013-06-07 18:36:35.000000000 +0200
+++ src/l4/conf/examples/x86-fb.list 2013-07-12 18:23:39.688816451 +0200
@@ -1,5 +1,5 @@
-modaddr 0x1100000
+modaddr 0x2000000
entry x86-fb-example
bootstrap bootstrap -serial
@@ -13,4 +13,4 @@
module ned
module fb-drv
module mag
-module ex_fb_spectrum
+module ex_fb_spectrum_cc
--- src/l4/conf/examples/x86-fb.cfg.vorrudi 2013-06-07 18:36:35.000000000 +0200
+++ src/l4/conf/examples/x86-fb.cfg 2013-07-12 18:12:30.837274646 +0200
@@ -64,5 +64,5 @@
l4re_dbg = L4.Dbg.Warn,
-- scheduler = L4.Env.user_factory:create(L4.Proto.Scheduler, 0x18, 0x8),
},
- "rom/ex_fb_spectrum");
+ "rom/ex_fb_spectrum_cc");
print("ex_fb_spectrum exited with: " .. e:wait());
I generated a iso-Image with
make grub2iso E=x86-fb-example MODULES_LIST=/home/rw/l4exp/l4re-snapshot-2013060718/src/l4/conf/examples/x86-fb.list
and started with
qemu-system-i386 -cdrom images/x86-fb-example.iso -serial stdio
It's great to have examples !
Greetings
Rudolf Weber
http://www.infnet.verein.de/home/rw/index.html
Computer Science and Network Club Ravensburg
_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers