x86_fb-example

Adam Lackorzynski adam at os.inf.tu-dresden.de
Mon Jul 15 00:32:00 CEST 2013


On Fri Jul 12, 2013 at 18:56:01 +0200, Rudolf Weber wrote:
> 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 !

Indeed, thanks.


Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list