diff options
author | Grant Bowman <grantbow at grantbow dot com> | 2002-05-14 23:57:43 +0000 |
---|---|---|
committer | Grant Bowman <grantbow at grantbow dot com> | 2002-05-14 23:57:43 +0000 |
commit | 512be92a160e4da86e910a45862ed14540fbbe09 (patch) | |
tree | 3e7d462112898133c02640df340c8c19e8c869b5 /Hurd | |
parent | 962f8e505192fe95e07e30766fff3ef043e944f5 (diff) |
none
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/KnownHurdLimits.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Hurd/KnownHurdLimits.mdwn b/Hurd/KnownHurdLimits.mdwn index 7bc8940a..8c991f85 100644 --- a/Hurd/KnownHurdLimits.mdwn +++ b/Hurd/KnownHurdLimits.mdwn @@ -1,11 +1,19 @@ When comparing the Hurd (including it's [[GnuMach]] microkernel) to alternatives please remember that the last released version number is 0.2. For example, the Linux Kernel took awhile to mature. The Debian GNU/Hurd system is developing rapidly. Assistance with programming and support tasks is greatly appreciated. The general [Hardware Compatibility Guide](http://www.freesoftware.fsf.org/thug/gnumach_hardware.html) is another good reference. Now for the list of known Gnu/Hurd limitations. * 1GB hard disk [partition limit](http://www.gnu.org/software/hurd/faq.en.html#q2-6) + * missing hardware drivers. Current [[GnuMach]] drivers are from Linux Kernel version 2.0. [[OskitMach]] will have Linux Kernel version 2.2 drivers. + * USB support is missing + * swap is highly [recommended](http://www.gnu.org/software/hurd/faq.en.html#q2-7). + * 768 megabytes RAM [approximately](http://www.freesoftware.fsf.org/thug/gnumach_hardware.html). + * console server not released for oskit-mach (in progress) + * sound support missing (in progress) + * XFree86 is stabilizing + * fatfs translator is stabilizing |