Ankh with l4Linux

Shashi Sharma <[email protected]>
Newsgroups gmane.comp.micro-kernel.l4.devel
Organization Viosoft Inc.
Message-ID <1331597390.8753.38.camel@shashi-desktop>
Hi,

I want to enable l4linux to use the Ankh server. But I dont know how to
start l4linux so that it can bind to Ankh server.

I enabled the l4ankh driver in l4linux. And Following is how I start the
Ankh server and l4linux


--Ankh-----------

-- start ankh 
loader:startv( {caps = {ankh_service = ankh_clnt:svr(); -- session
server 
                     vbus = ankh_vbus,               -- the virtual bus 
                     shm = ankh_shm:m("rws")},       -- shm namespace
read/writable 
             log  = {"ankh", "g"}, 
             l4re_dbg = L4.Dbg.Warn 
            }, 
            "rom/ankh" ); 

--L4linux-------------------

loader:start(
  { caps = {
      log = L4.Env.log:m("rws"),
      vbus = vbus_l4linux;
      rtc = rtc_caps.rtc;
      
      shm = ankh_shm:m("rws");
      ankh =
ankh_clnt:create(0,"debug,phys_mac,shm=shm,bufsize=16384"); 
    },
    l4re_dbg = L4.Dbg.Warn,
    log = { "l4linux", "yellow" },
  },
  "rom/vmlinuz mem=128M earlyprintk=yes showpfexc=1 console=ttyLv0
tcp,nolock
ip=192.168.0.200:192.168.0.115:192.168.0.1:255.255.255.0::eth0:
l4x_rd=rom/drops-rd.rd root=1:0 ramdisk_size=20000 init=/bin/sh");



Thanks,
Shashi

_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
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.