Re: Problem Launching L4Linux

Piweli <[email protected]>
Newsgroups gmane.comp.micro-kernel.l4.devel
Message-ID <[email protected]>
Hi,
> Does fiasco have the -serial_esc argument in the modules.list file?
>   
Yes, it has. Here is my modules.list :

modaddr 0x01100000

default-kernel fiasco -serial_esc
default-bootstrap bootstrap

entry L4Linux ARM
roottask moe rom/l4lx.cfg
module l4re
module ned
module l4lx.cfg
module io
module arm-rv.io
module vmlinuz.arm
module ramdisk-arm.rd

In fact, I can't type anything in my L4Linux. That's why I was thinking it may have something to do with capabilities but I think my l4lx.cfg is fine :

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

> Indeed, this has nothing to do with ESC.
>
>
> Adam
Thanks a lot for your help,

Louis.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.