L4Linux modules PB11MPCORE
Adam Lackorzynski
adam at os.inf.tu-dresden.de
Sun Nov 20 22:44:33 CET 2011
On Sun Nov 20, 2011 at 00:21:35 +0000, Varun Ganesh wrote:
> I have also noticed that the l4lx.cfg does not have much
> compared to other examples under conf/examples.
> The l4lx.cfg file is as follows
>
> ************************
> -- vim:set ft=lua:
>
> local lxname = "vmlinuz";
> if L4.Info.arch() == "arm" then
> lxname = "vmlinuz.arm";
> end
>
> L4.default_loader:start(
> { caps = {
> log = L4.Env.log:m("rws"),
> },
> l4re_dbg = L4.Dbg.Warn,
> log = { "l4linux", "yellow" },
> },
> "rom/" .. lxname .. " mem=64M console=ttyLv0 l4x_rd=rom/ramdisk-" ..
> L4.Info.arch() .. ".rd root=1:0 ramdisk_size=4000 init=/bin/sh");
> *************************
> I have updated the modules.list file to include modules such as
> lua and loader but still the problem persists.
> Must i make some changes to this file?
No, the booting stops at a point where those modules are not even
touched yet. The listing is ok.
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