diff options
author | Joachim Nilsson <joachim@gnufans.org> | 2002-11-19 14:28:00 +0000 |
---|---|---|
committer | Joachim Nilsson <joachim@gnufans.org> | 2002-11-19 14:28:00 +0000 |
commit | 8322e56ab2d4bc65db169a65b3232493f11fffa0 (patch) | |
tree | 0bd6333ba4eb2d03c1b66703d9e62905f1c3a92e | |
parent | a30369866b0dd654cba3bef3a0fb2271f14a9435 (diff) |
none
-rw-r--r-- | Mach/OskitPatches.mdwn | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Mach/OskitPatches.mdwn b/Mach/OskitPatches.mdwn index cee8bf90..3ed641a1 100644 --- a/Mach/OskitPatches.mdwn +++ b/Mach/OskitPatches.mdwn @@ -2,23 +2,27 @@ %TOC% +## <a name="OSKit_2001_02_14"> </a> OSKit 2001-02-14 + +Patch needed to get the "--enable-indirect-osenv" flag to the configure script. This patch, and the flag, is enabled by default for OSKit 2002-03-17 and later. + +* Kevin Kraemer [patch-oskit-0.97-kkraemer.diff.gz](http://gnufans.org/joachim/hurd/patch-oskit-0.97-kkraemer.diff.gz) + ## <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. +Here are the patches critical to get [[OskitMach]] running. Theses are absolutely essential to get a working Mach kernel. Many of these patches are included with the Debian distribution of the OSKit. * 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) - * 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)): +* Richard Kreuter's [patches](http://anduril.rutgers.edu/richard/oskit/) ([announcement](ftp://flux.cs.utah.edu/flux/oskit/mail/html/oskit-users/msg01560.html)). Needed when your Hurd partition is embedded inside an extended partition created by Windows. The patches also include: * 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. |