summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/gsoc/2008/minutes-2008-04-25.mdwn9
-rw-r--r--community/gsoc/project_ideas/driver_glue_code.mdwn5
-rw-r--r--community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn6
3 files changed, 11 insertions, 9 deletions
diff --git a/community/gsoc/2008/minutes-2008-04-25.mdwn b/community/gsoc/2008/minutes-2008-04-25.mdwn
index 4c2039d4..6b33de9e 100644
--- a/community/gsoc/2008/minutes-2008-04-25.mdwn
+++ b/community/gsoc/2008/minutes-2008-04-25.mdwn
@@ -9,12 +9,11 @@ is included in the section entitled
[[GNU Free Documentation License|/fdl]]."]]"""]]
- People agreed that some small projects should be done to during the bonding
- period: ideas that floated around were fixing some of the build failures or
- looking at the new debian installer.
- http://unstable.buildd.net/buildd/hurd-i386_Failed.html
- http://unstable.buildd.net/index-hurd-i386.html
+ period: ideas that floated around were fixing some of the build failures.
+ https://people.debian.org/~sthibault/hurd-i386/failed_packages.txt
+ https://people.debian.org/~sthibault/hurd-i386/out_of_date.txt
For some context:
- http://dept-info.labri.fr/~thibault/tmp/graph-radial.ps
+ https://www.debian.org/ports/hurd/hurd-devel-debian
Don't pick something that looks too critical, it'll probably be too hard
- Antrik was ok with not having a formal weekly report as long as the
diff --git a/community/gsoc/project_ideas/driver_glue_code.mdwn b/community/gsoc/project_ideas/driver_glue_code.mdwn
index 3d0a9192..9383f4ea 100644
--- a/community/gsoc/project_ideas/driver_glue_code.mdwn
+++ b/community/gsoc/project_ideas/driver_glue_code.mdwn
@@ -36,7 +36,10 @@ for running all drivers in separate userspace processes,
which is more desirable than drivers running in the microkernel.
Robert Millan worked on a port of the Rump kernel, which allowed to run a sound
-driver in userland. This work now needs to be extended.
+driver in userland. Damien Zammit implemented
+[[rumpdisk|hurd/rump/rumpdisk]] and
+[[rumpusbdisk|hurd/rump/rumpusbdisk]].
+This work now needs to be extended.
[[Zheng Da|zhengda]] has already done considerable work on a similar approach, using [[DDE]]
The basic framework for using DDE in the Hurd is present,
diff --git a/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn b/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn
index af7cbab6..536487f1 100644
--- a/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn
+++ b/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn
@@ -55,7 +55,7 @@ For that I want to use:
### Tarfs
apt install zip libz-dev libbz2-dev
- git clone git://git.sv.gnu.org/hurd/incubator.git tarfs
+ git clone git://git.savannah.gnu.org/hurd/incubator.git tarfs
cd tarfs/
git checkout tarfs/master
cd tarfs
@@ -75,7 +75,7 @@ For that I want to use:
### nsmux
- git clone git://git.sv.gnu.org/hurd/incubator.git nsmux
+ git clone git://git.savannah.gnu.org/hurd/incubator.git nsmux
cd nsmux/
git checkout -b nsmux origin/nsmux
@@ -96,7 +96,7 @@ For that I want to use:
### clisp
- git clone git://git.sv.gnu.org/hurd/incubator.git clisp
+ git clone git://git.savannah.gnu.org/hurd/incubator.git clisp
cd clisp/
git checkout -b clisp origin/clisp