diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-03-11 00:55:16 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-03-11 00:55:16 +0100 |
commit | 7f786419b9c8026a8ab9e36b04fd4cadaf1fb527 (patch) | |
tree | e36d1f0cde9531464c93702fec69ea53ccaf42ff /community/gsoc/project_ideas/debian_installer.mdwn | |
parent | 78db593ae0e3de23a3066f3c58b88fbf9c435dbf (diff) |
Add more information
Diffstat (limited to 'community/gsoc/project_ideas/debian_installer.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/debian_installer.mdwn | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/debian_installer.mdwn b/community/gsoc/project_ideas/debian_installer.mdwn index ca10a61e..d182c4ee 100644 --- a/community/gsoc/project_ideas/debian_installer.mdwn +++ b/community/gsoc/project_ideas/debian_installer.mdwn @@ -21,6 +21,15 @@ Some preliminary work has been done, see The goal is to have the Debian Installer fully working on the Hurd. It requires relatively little Hurd-specific knowledge. +A lot of the "non-Linux support" part of the project has already been done thanks to a previous GSoC, so at least no ground reason should bar the project. A lot of the required udebs are already in Debian or are pending upload, so that building an image and booting it does already work. A preliminary list of what remains is + +* Add initrd support to GNU Mach, unless youpi does it before :) This should not be very complicated by re-using the iopl driver code. +* hurdify genext2fs to handle 4096 block size by default (see bug #562999) and support translator entries. +* Port busybox. This needs to be synchronized with kfreebsd people, who have probably already done some work, but that seemingly still hasn't been merged. In the meanwhile, youpi has a version with most of it disabled so a d-i image can actually be built. +* Port keyboard-setup to configure the xkb driver of the Hurd console + +As a starting point, students might wish to look at the current Debian installer source and build process. + Possible mentors: Samuel Thibault (youpi) -Exercise: Try to get one piece of the installer running on Hurd. +Exercise: Fix a couple of Hurd issues in busybox. |