diff options
author | Joachim Nilsson <joachim@gnufans.org> | 2002-11-19 13:02:04 +0000 |
---|---|---|
committer | Joachim Nilsson <joachim@gnufans.org> | 2002-11-19 13:02:04 +0000 |
commit | a30369866b0dd654cba3bef3a0fb2271f14a9435 (patch) | |
tree | ac02fbaf05f6ffd24e94d4b09d38d5d57dbf7b82 | |
parent | 13a4b6fdc2d0c9575e564bbd4d8a641206d4495d (diff) |
none
-rw-r--r-- | Mach/OskitPatches.mdwn | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/Mach/OskitPatches.mdwn b/Mach/OskitPatches.mdwn index e74c239c..cee8bf90 100644 --- a/Mach/OskitPatches.mdwn +++ b/Mach/OskitPatches.mdwn @@ -4,20 +4,39 @@ ## <a name="OSKit_2002_03_17"> </a> OSKit 2002-03-17 +**_Critical Patches:_** + +Here are the patches critical to get [[OskitMach]] running. Theses are absolutely essential to get a working Mach. + * Patrick Tullman [patch-oskit-0.97-tullman.diff.gz](http://gnufans.org/joachim/hurd/patch-oskit-0.97-tullman.diff.gz) + * Igor Khavkine [patch-oskit-0.97-i\_khavki.diff.gz](http://gnufans.org/joachim/hurd/patch-oskit-0.97-i_khavki.diff.gz) + * Kevin Kraemer [patch-oskit-0.97-kkraemer.diff.gz](http://gnufans.org/joachim/hurd/patch-oskit-0.97-kkraemer.diff.gz) -* Kevin Kraemer - Removes annoying debug output from eepro.c driver. [[ATTACHURLpatch-oskit-097-eeprodiffgz]] + * Famous removal of only line in sbrk-hack.c - needed for people with newer libc's (e.g. Debian Woody) [[ATTACHURLpatch-oskit-097-sbrk_hackdiffgz]] + * Jonathan S. Arney - Important patch to diskpart library. Without it you cannot activate swap in oskit-mach. [[ATTACHURLpatch-oskit-097-jon_arneydiffgz]] + * Richard Kreuter's [patches](http://anduril.rutgers.edu/richard/oskit/) ([announcement](ftp://flux.cs.utah.edu/flux/oskit/mail/html/oskit-users/msg01560.html)): * support for extended partitions with lba * support for 16-entry BSD disklabels, as are supported by recent Net- and [[FreeBSD]] kernels. * support for the recognition of [[NetBSD]]'s slice id (169) in the BIOS partition table. -* Daniel Wagner - PCMCIA support. <http://www.vis.ethz.ch/~wagi/oskit/> ([instructions](http://mail.gnu.org/pipermail/bug-hurd/2002-November/010956.html)) +**_Cosmetic Patches:_** + +* Kevin Kraemer - Removes annoying debug output from eepro.c driver. [[ATTACHURLpatch-oskit-097-eeprodiffgz]] + * Ognyan Kulev - Reduce warnings when compiling with GCC 3.2. <http://debian.fmi.uni-sofia.bg/~ogi/hurd/oskit/> --- [[Main/JoachimNilsson]] - 11 Nov 2002 +**_New Functionality:_** + +* Daniel Wagner - PCMCIA support. <http://www.vis.ethz.ch/~wagi/oskit/> ([instructions](http://mail.gnu.org/pipermail/bug-hurd/2002-November/010956.html)) + +---- + +## <a name="Comments"> Comments </a> + +Divided this growing topic into sections. <br /> -- [[Main/JoachimNilsson]] 19 Nov 2002 Updates by [[Main/OgnyanKulev]] - 19 Nov 2002 |