diff options
author | jbranso@dismail.de <jbranso@dismail.de> | 2024-10-20 21:00:29 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-12 00:11:46 +0100 |
commit | 75546e6f96553f3a830f5f6e1cd94bb40888e56c (patch) | |
tree | f7e406474bd121d7028b0f5fc5ea0e964e3fcd3a /hurd/documentation.mdwn | |
parent | 8647abf52c8583ad80390874c1476186d327467f (diff) |
Updated information about rump.
I added some more tweaks here Samuel. I think I finally got decent
guide that shows people how to try out rumpdisk.
* community/gsoc/project_ideas/driver_glue_code.mdwn: mention that
Damien implemented rumpdisk & rumpusbdisk.
* hurd/rump.mdwn: added links to other pages.
* hurd/rump/rumpdisk.mdwn: new file
* hurd/rump/rumpusbdisk.mdwn: new file
* hurd/rump/rumpsound.mdwn: new file
* hurd/rump/rumpnet.mdwn: new file
* hurd/rump/rumpfs.mdwn: new file.
* hurd/documentation.mdwn: add links to dde and rump
* faq/sata_disk_drives.mdwn: mention rumpdisk.
Message-ID: <20241021010033.9160-1-jbranso@dismail.de>
Diffstat (limited to 'hurd/documentation.mdwn')
-rw-r--r-- | hurd/documentation.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hurd/documentation.mdwn b/hurd/documentation.mdwn index 68914697..4cf5205b 100644 --- a/hurd/documentation.mdwn +++ b/hurd/documentation.mdwn @@ -67,6 +67,9 @@ is included in the section entitled * [[Building]] * [[Toolchain]] * [[glibc]] +* Device Drivers + * [[rump|hurd/rump]] NetBSD drivers + * [[DDE|hurd/dde]] Outdated Linux Drivers (unmaintained) * RPC [[Interface]]s * Libraries * [[libpager]] |