From 47d16b97b4d3f207b39f23a619e1c582ace2d476 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 23 Nov 2008 01:06:07 +0100 Subject: Assemble unsorted pages. --- unsorted/OskitPatches.mdwn | 67 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 unsorted/OskitPatches.mdwn (limited to 'unsorted/OskitPatches.mdwn') diff --git a/unsorted/OskitPatches.mdwn b/unsorted/OskitPatches.mdwn new file mode 100644 index 00000000..d189bb6d --- /dev/null +++ b/unsorted/OskitPatches.mdwn @@ -0,0 +1,67 @@ +## Table of Contents + +%TOC% + +## Flux OS Toolkit + +[The OSKit](http://www.cs.utah.edu/flux/oskit/) is a framework and a set of libraries for building and extending operating systems developed by [the Flux Project](http://www.cs.utah.edu/flux/). + +**_Note:_** All of these patches, and more, are now avilable directly through the [Savannah OSKit](http://savannah.gnu.org/projects/oskit/) project. This is also the recommended source today of the OSKit, especially if you want to use it with GNUmach2. + +## OSKit 2001-02-14 + +These are extra patches for people who, for some reason, use the 2001 version of the OSKit. + +* Patrick Tullman [[ATTACHURLpatch-oskit-097-tullmandiffgz]] + +* This patch is necessary to get the `--enable-indirect-osenv` flag to the configure script. The flag is enabled by default for OSKit 2002-03-17 and later. Kevin Kraemer [[ATTACHURLpatch-oskit-097-kkraemerdiffgz]] + +## OSKit 2002-03-17 + +**_Critical Patches:_** + +Here are the patches critical to get [[OskitMach]] running. These are absolutely essential to get a working Mach kernel. Many of these patches are included with the Debian distribution of the OSKit. + +* Igor Khavkine [[ATTACHURLpatch-oskit-097-i_khavkidiffgz]] + +* Famous removal of only one 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)). 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 [[TWiki/FreeBSD]] kernels. + * support for the recognition of NetBSD's slice id (169) in the BIOS partition table. + +**_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. + +**_New Functionality:_** + +* [Roland McGrath](http://www.frob.com/) - [i8042 support](http://mail.gnu.org/archive/html/bug-hurd/2002-10/msg00146.html). Thread continues at + +* Daniel Wagner - PCMCIA support. ([instructions](http://www.vis.ethz.ch/~wagi/hurd/oskit/readme.txt)) + +* [[Main/JoachimNilsson]] - See [[Hurd/JoachimNilssonHurdPage]] + * Upgrade to Linux 2.2.22 drivers + * More Linux NIC drivers + * **_Soon:_** ATA-100 patches (α-release available) + +* [[Main/DerekDavies]] - [OSKit Entropy patch](http://www.ddavies.net/oskit-entropy/). A Linux entropy driver, see [bug-hurd posting](http://mail.gnu.org/archive/html/bug-hurd/2003-01/msg00000.html) for more information. + +---- + +## Comments + +Divided this growing topic into sections.
-- [[Main/JoachimNilsson]] 19 Nov 2002 + +Updates by [[Main/OgnyanKulev]] -- 19 Nov 2002 + +All small patches are as attachments now. -- [[Main/OgnyanKulev]] - 16 Dec 2002 + +Minor updates, also, added Davids Entropy patch -- [[Main/JoachimNilsson]] - 03 Jan 2003 + +Fixed some gnu mail links -- [[Main/MattGrant]] - 26 Feb 2003 -- cgit v1.2.3 From e5a8bf35d1fae2eaac859120085f4fdf8cccb746 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 8 Dec 2009 00:35:46 +0100 Subject: Fix broken TOCs. Reported by Emilio Pozuelo Monfort. --- hurd/console.mdwn | 4 ---- hurd/running/debian/MediaPressKitDiscuss.mdwn | 2 -- hurd/running/debian/package_troubleshooting.mdwn | 4 ---- unsorted/BochsFAQ.mdwn | 2 -- unsorted/BuildingOskitMach.mdwn | 7 ------- unsorted/DebianX.mdwn | 4 ---- unsorted/DebianXorg.mdwn | 4 ---- unsorted/InstallNotes.mdwn | 4 ---- unsorted/InstallTips.mdwn | 4 ---- unsorted/JoachimNilssonHurdPage.mdwn | 12 ------------ unsorted/OskitPatches.mdwn | 4 ---- unsorted/RemoteDebugOskitMach.mdwn | 4 ---- unsorted/SeenHurd.mdwn | 4 ---- unsorted/Xfree86.mdwn | 4 ---- 14 files changed, 63 deletions(-) (limited to 'unsorted/OskitPatches.mdwn') diff --git a/hurd/console.mdwn b/hurd/console.mdwn index 3895531b..4f976efd 100644 --- a/hurd/console.mdwn +++ b/hurd/console.mdwn @@ -16,10 +16,6 @@ The latest Hurd package in Debian has all that is needed to run (dunno about hur Additional information about the console can be found in the [Hurd Console Tutorial](http://uwhug.org.uk/index.pl?Hurd_Console_Tutorial) -## Table of Contents - -%TOC% - ## What is the new console? **_The new Hurd console features:_** diff --git a/hurd/running/debian/MediaPressKitDiscuss.mdwn b/hurd/running/debian/MediaPressKitDiscuss.mdwn index e8b1cfff..2bd97290 100644 --- a/hurd/running/debian/MediaPressKitDiscuss.mdwn +++ b/hurd/running/debian/MediaPressKitDiscuss.mdwn @@ -1,5 +1,3 @@ -%TOC% - # Media / Press Kit ## Problem diff --git a/hurd/running/debian/package_troubleshooting.mdwn b/hurd/running/debian/package_troubleshooting.mdwn index 829af8e3..43ecbc77 100644 --- a/hurd/running/debian/package_troubleshooting.mdwn +++ b/hurd/running/debian/package_troubleshooting.mdwn @@ -1,9 +1,5 @@ This page reports known Hurd-specific bugs, quirks and corresponding solutions and workarounds with Debian GNU/Hurd package installation and working. -## Table of Contents - -%TOC% - ## Dpkg wants external programs? It may be that dpkg wants external GNU/Linux-specific programs that it can't found or that just don't exist on the Hurd. You can trick dpkg by copying and running this script as root: diff --git a/unsorted/BochsFAQ.mdwn b/unsorted/BochsFAQ.mdwn index d446f695..474bbed5 100644 --- a/unsorted/BochsFAQ.mdwn +++ b/unsorted/BochsFAQ.mdwn @@ -1,7 +1,5 @@ # GNU pre0.3-J2 for Bochs mini-FAQ -%TOC% - ---- ## What do you mean "GNU", the GNU Hurd? diff --git a/unsorted/BuildingOskitMach.mdwn b/unsorted/BuildingOskitMach.mdwn index 334b0669..9eee80d3 100644 --- a/unsorted/BuildingOskitMach.mdwn +++ b/unsorted/BuildingOskitMach.mdwn @@ -1,13 +1,6 @@ ## HowTo Build OSKit-Mach - - - - - -
%TOC% -

Introduction

This is a brief "HowTO build OSKit-Mach" (a.k.a GNUmach 2.0). It covers everything from getting the latest sources of both the OSKit and the GNUmach kernel, down to building and debugging them.

To be able to actually make use of your recently checked out CVS version of the GNUMach kernel & c:o you need a GNU system of gnu-20020816.tar.gz or later. See [[Distrib/TarballNotesHome]] for more info.

## Getting your hands on the source diff --git a/unsorted/DebianX.mdwn b/unsorted/DebianX.mdwn index 00692ca8..3afac88a 100644 --- a/unsorted/DebianX.mdwn +++ b/unsorted/DebianX.mdwn @@ -1,9 +1,5 @@ # Setting up X on Debian GNU/Hurd -#### Table Of Contents - -%TOC% - This is a brief helper on how to setup X-Windows on Debian GNU/Hurd. Obviously this text is taken from the page but I was making such drastic changes, I didn't want to hack up that page. diff --git a/unsorted/DebianXorg.mdwn b/unsorted/DebianXorg.mdwn index 1599c689..a1d77903 100644 --- a/unsorted/DebianXorg.mdwn +++ b/unsorted/DebianXorg.mdwn @@ -1,9 +1,5 @@ # Setting up Xorg on Debian GNU/Hurd -#### Table Of Contents - -%TOC% - This is a brief helper on how to setup Xorg on Debian GNU/Hurd. Obviously this text is taken from the page but I was making such drastic changes, I didn't want to hack up that page. diff --git a/unsorted/InstallNotes.mdwn b/unsorted/InstallNotes.mdwn index 1cdfca9c..98c7c706 100644 --- a/unsorted/InstallNotes.mdwn +++ b/unsorted/InstallNotes.mdwn @@ -2,10 +2,6 @@ Items of interest during install not mentioned elsewhere include the following. **_Currently, [Debian's installation instructions](http://www.debian.org/ports/hurd/hurd-install) are the most up-to-date._**
Note the mirrors mentioned on debian.org have no hurd iso's. The iso's can be found [Here](http://ftp.gnuab.org/pub/gnu.iso) -## Table of Contents - -%TOC% - ## 1. Overview - Where we are going There are currently four methods to install GNU diff --git a/unsorted/InstallTips.mdwn b/unsorted/InstallTips.mdwn index c9f5bdc2..262ec741 100644 --- a/unsorted/InstallTips.mdwn +++ b/unsorted/InstallTips.mdwn @@ -1,9 +1,5 @@ Before reading these instructions, be sure you are familiar with the [[InstallNotes]]. -## Table of Contents - -%TOC% - ## 1. Setting up the filesystems You will need to boot a linux capable of internet access and creating/mounting ext2 partitions. I recommend [tomsrtbt](http://www.toms.net/rb/) linux which fits nicely onto a floppy and although a bit old will work well. diff --git a/unsorted/JoachimNilssonHurdPage.mdwn b/unsorted/JoachimNilssonHurdPage.mdwn index e4dde2b9..163d6845 100644 --- a/unsorted/JoachimNilssonHurdPage.mdwn +++ b/unsorted/JoachimNilssonHurdPage.mdwn @@ -1,15 +1,3 @@ - - - - - - - - - -
- Edit this page
%ATTACHURL%/patch_kit.jpg

Table of Contents

%TOC%
- ## Introduction This page serves as a simple project page for me. I use it to list my personal Hurd related projects, currently only OSKit related. If you wish to comment on my work, do so in [[TWiki/GoodStyle]], preferably at the bottom of this page. diff --git a/unsorted/OskitPatches.mdwn b/unsorted/OskitPatches.mdwn index d189bb6d..b0cb646a 100644 --- a/unsorted/OskitPatches.mdwn +++ b/unsorted/OskitPatches.mdwn @@ -1,7 +1,3 @@ -## Table of Contents - -%TOC% - ## Flux OS Toolkit [The OSKit](http://www.cs.utah.edu/flux/oskit/) is a framework and a set of libraries for building and extending operating systems developed by [the Flux Project](http://www.cs.utah.edu/flux/). diff --git a/unsorted/RemoteDebugOskitMach.mdwn b/unsorted/RemoteDebugOskitMach.mdwn index c260ce25..bb5b9006 100644 --- a/unsorted/RemoteDebugOskitMach.mdwn +++ b/unsorted/RemoteDebugOskitMach.mdwn @@ -1,9 +1,5 @@ # Remote Debug GNUmach -# Table of Contents - -%TOC% - # Booting oskit-mach with a serial console **Original Author:** Igor Khavkine **Last Updated:** Mon Jul 30 17:58:55 EDT 2001 diff --git a/unsorted/SeenHurd.mdwn b/unsorted/SeenHurd.mdwn index 8e883d5f..92be4224 100644 --- a/unsorted/SeenHurd.mdwn +++ b/unsorted/SeenHurd.mdwn @@ -1,9 +1,5 @@ # Hurd Sightings -#### Table Of Contents - -%TOC% - ## Hurd People Sightings
diff --git a/unsorted/Xfree86.mdwn b/unsorted/Xfree86.mdwn index 617508e5..a3ee1027 100644 --- a/unsorted/Xfree86.mdwn +++ b/unsorted/Xfree86.mdwn @@ -1,9 +1,5 @@ # Setup XFree86 in GNU -#### Table Of Content - -%TOC% - This is a brief helper on how to setup X-Window on GNU. ### Mouse & Keyboard -- cgit v1.2.3