gnumach memory attributes

2016-11-19 Thread Luca dariz
Hello, I was thinking about what kind of memory addresses should be allowed to be translated to physical addresses from user-space drivers, for example based on rump kernel. Obviously memory allocated with vm_allocate_contiguous from dde patch, so from the DIRECTMAP segment and of type VM_PT_KERNE

Re: gnumach memory attributes

2016-11-20 Thread Luca dariz
Il 19/11/2016 20:01, Richard Braun ha scritto: > On Sat, Nov 19, 2016 at 02:37:45PM +0100, Luca dariz wrote: >> I was thinking about what kind of memory addresses should be allowed to >> be translated to physical addresses from user-space drivers, for example >> based on rump

Rumpkernel VirtIO disk driver

2017-02-27 Thread Luca dariz
Hi! I have built a user-space disk driver for VirtIO logical devices (ld) based on rumpkernel, you can find it here: https://gitlab.com/luckyd/blockrump.git I also built an updated rumpkernel package, based on Robert Millan's, you can build it with git-buildpackage from here: https://gitlab.com