bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: State of SATA development?


From: Damien Zammit
Subject: Re: State of SATA development?
Date: Thu, 29 Oct 2020 16:41:17 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

Hi Paul,

On 29/10/20 5:14 am, Paul Dufresne wrote:
> So, I am kind of asking... does someone have SATA working for him/her?
> If so... how?

I am working on rump drivers for disk currently, (slowly in my spare time).
Rump is a userspace unikernel framework based on NetBSD's kernel.

rumpdisk will eventually replace the in-kernel gnumach driver
as a userspace disk driver.  It should fix the disk issues
we're seeing on real hardware as we won't have to maintain
a set of our own home-baked drivers based on an old linux 2.6 tree.

The idea is to enable peripheral drivers to be maintained externally
to the hurd project, and just compile them in as translators.
Rump framework allows this quite easily without having to write a "dummy" 
kernel,
that part is already done. I believe that is why it was chosen.
It should work for other peripherals too, like usb, net, sound, and
even filesystem support.
 
Damien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]