diff options
author | Joshua Branson <jbranso@fastmail.com> | 2018-10-27 09:17:53 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-27 15:57:48 +0200 |
commit | f83b1996844c5c0dd5596c615f92250b6ba84f22 (patch) | |
tree | 03e1a2db7cd7b1b2d4844d243d5ec3350e8f5b72 /community/gsoc/project_ideas/tcp_ip_stack.mdwn | |
parent | 4845d8baf357752e6a67be08cd17f32535cac86b (diff) | |
download | web-f83b1996844c5c0dd5596c615f92250b6ba84f22.tar.gz web-f83b1996844c5c0dd5596c615f92250b6ba84f22.tar.bz2 web-f83b1996844c5c0dd5596c615f92250b6ba84f22.zip |
* I modified tcp_ip_stack to reflect that lwip should replace pfinet.
* I modified open_issues/device_drivers_and_io_systems to include rump kernel.
* I created a rump kernel wiki page, and I linked to it from the project_ideas/tcp_ip_stack webpage.
* I added an obsolete logo to the DDE page, to pointe people to the Rump kernel page.
Diffstat (limited to 'community/gsoc/project_ideas/tcp_ip_stack.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/tcp_ip_stack.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/tcp_ip_stack.mdwn b/community/gsoc/project_ideas/tcp_ip_stack.mdwn index 40d1ad67..4764a6d7 100644 --- a/community/gsoc/project_ideas/tcp_ip_stack.mdwn +++ b/community/gsoc/project_ideas/tcp_ip_stack.mdwn @@ -20,7 +20,8 @@ drivers for wireless chips, which are old drivers from an old version of linux. lwip for a wifi connection on more modern hardware, one would also need modern device drivers to access the internet. The promising approach to this is using a rump kernel. This is essentially the New Driver Framework google summer of -code project idea. +code project idea. Hopefully, one day soon the Hurd project will completely replace pfinit +with lwip. A true hurdish network stack will use a set of [[hurd/translator]] processes, each implementing a different protocol layer. This way not only the |