Re: Running rump for the / filesystem

2020-04-10 Thread Samuel Thibault
Damien Zammit, le ven. 10 avril 2020 17:15:30 +1000, a ecrit: > In my own words, the changes that are needed: > > 1. libpciaccess needs to check if pci-arbiter's task_bootstrap_port is set > and if it is, use it instead of /servers/bus/pci > > 2. pci-arbiter needs to call task_set_special_port

Re: Running rump for the / filesystem

2020-04-10 Thread Damien Zammit
Hi Samuel, On 9/12/19 10:08 am, Samuel Thibault wrote: > I have been thinking about how to get rump running for the / filesystem. > ... > I'm thinking that the same can be used for the rump translator, > something like: > > module rump --fs-server-task='${fs-task}' '$(tas

Re: Running rump for the / filesystem

2019-12-13 Thread Samuel Thibault
Hello, Joshua Branson, le ven. 13 déc. 2019 09:22:06 -0500, a ecrit: > Samuel Thibault writes: > > Any taker on getting this to work? That'd allow to at last get rid of > > the disk drivers from gnumach :D > > If you think this is a tiny todo item, then I can add it to the wiki under > the

Re: Running rump for the / filesystem

2019-12-13 Thread Joshua Branson
Samuel Thibault writes: > Hello, > > Any taker on getting this to work? That'd allow to at last get rid of > the disk drivers from gnumach :D If you think this is a tiny todo item, then I can add it to the wiki under the beginner ideas... > > Samuel > -- Joshua Branson Sent from Emacs and

Running rump for the / filesystem

2019-12-08 Thread Samuel Thibault
Hello, I have been thinking about how to get rump running for the / filesystem. Looking at how things go between ext2fs and exec: in grub.cfg we have roughly: module ext2fs --exec-server-task='${exec-task}' '$(task-create)' '$(task-resume)' module exec '$(exec-task=task-create)' i.e