summaryrefslogtreecommitdiff
path: root/Hurd/JoachimNilssonHurdPage.mdwn
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2002-10-31 11:20:53 +0000
committerJoachim Nilsson <joachim@gnufans.org>2002-10-31 11:20:53 +0000
commit34e5da23b9263c363f23fd2f4cb8ff46fa4d95d1 (patch)
treecce6008de330b11e44536bcac01b5a61dd39cf64 /Hurd/JoachimNilssonHurdPage.mdwn
parent92e89e1b3fd0ff5b52808b7693b617552b329df5 (diff)
none
Diffstat (limited to 'Hurd/JoachimNilssonHurdPage.mdwn')
-rw-r--r--Hurd/JoachimNilssonHurdPage.mdwn78
1 files changed, 23 insertions, 55 deletions
diff --git a/Hurd/JoachimNilssonHurdPage.mdwn b/Hurd/JoachimNilssonHurdPage.mdwn
index 8b9c6ad3..5c48bb08 100644
--- a/Hurd/JoachimNilssonHurdPage.mdwn
+++ b/Hurd/JoachimNilssonHurdPage.mdwn
@@ -1,31 +1,35 @@
-# <a name="Table_of_Contents"> Table of Contents </a>
-
-%TOC%
+<table border="0" width="100%">
+ <tr>
+ <td><nop><h1><a name="Table_of_Contents"> Table of Contents </a></h1> %TOC% </nop></td>
+ <td>
+ <hr /> Click <a href="http://hurd.gnufans.orghttp://LOCATIONHurd/JoachimNilssonHurdPage" target="_top">here to edit</a> this page. </td>
+ </tr>
+</table>
# <a name="Introduction"> Introduction </a>
-This page is a simple project page for me. I use it to keep track of things concerning the Hurd. If you wish to comment on my lack of progress/life the do so in [[TWiki/GoodStyle]], preferable at the bottom of this topic.
+This page is a simple project page for me. I use it to keep track of things concerning the Hurd. If you wish to comment do so in [[TWiki/GoodStyle]], preferably at the bottom of this topic.
# <a name="Current_Project"> Current Project </a>
I am currently working on updating the OSKit's Linux drivers. The OSKit is currently at Linux version 2.2.12 for most of the drivers. My objective is to upgrade from 2.2.12 to 2.2.21 plus the ATA-100 patches for Linux 2.2.19.
-What motivates me the most is my Promise ATA-100 controller. It prevents me from running the Hurd on my SMP machine. (Even though I now have rigged another machine for my testing efforts ...)
-
## <a name="Update_OSKit_Linux_drivers"> </a> Update OSKit Linux drivers
-I have forked. I will now work on two paths:
-
-1. Patch ALL Linux drivers, patch by patch, from 2.2.12 to 2.2.13 etc. up to 2.2.21
-2. Continue my work on patching only the IDE stuff.
+A. Patch ALL Linux drivers, patch by patch, from 2.2.12 to 2.2.13 etc. up to 2.2.21 B. Continue my work on patching only the IDE stuff.
### <a name="Plan_A_Update_all_Linux_drivers"> Plan A -- Update all Linux drivers </a>
-The stock Linux drivers in the OSKit is at version 2.2.12. Therefore the first patch to the OSKit contains patches to bring it up to 2.2.13, hence the name.
+The stock Linux drivers in the OSKit is at version 2.2.12. Therefore the first patch to the OSKit contains patches to bring it up to 2.2.13.
+
+The first patch also contains some other OSKit patches. I will soon add comments about them here (or elsewhere and link it to here).
+
+_\*Note:\*_
-The first patch also contains some other OSKit patches. I will soon add comments about them here (or elsewhere and link it to here). The patches are **NOT** incremental!
+1. The patches are **NOT** incremental!
+2. The patches only update existing drivers, they don't add support for new ones.
-NOTE! New drivers added in regular Linux patches are **NOT** added to the OSKit in this round. The updates are masked against the Linux drivers already present in the latest release of the OSKit. When I have reached the first goal of upgrading to 2.2.21 I might start adding support for various NIC's, and other hardware I am able to test on.
+The second statement is important since the corresponding Linux patches **do** add new drivers. I too will add them, but not at this stage.
<table border="1" cellpadding="1" cellspacing="0">
<tr>
@@ -54,7 +58,7 @@ NOTE! New drivers added in regular Linux patches are **NOT** added to the OSKit
</tr>
</table>
-Testing against [[Mach/OskitMach]] is currently a real hassle. Fortunately I've found an older **stable** oskit-mach (before Roland messed up the GDT's) sitting in an old directory - dated June 2002. (Don't get me started on stable tags on the CVS and the likes!)
+Testing against [[Mach/OskitMach]] is currently a real hassle. Fortunately I found an older **stable** oskit-mach (before Roland messed up the GDT's) -- dated June 2002.
### <a name="Plan_B_Update_only_IDE_stuff"> </a> Plan B -- Update only IDE stuff
@@ -112,51 +116,15 @@ Plan B has reached much further than Plan A. With the only difference being that
</tr>
</table>
-## <a name="Accessing_GNU_CVS"> </a> Accessing GNU CVS
-
- export CVSROOT=":pserver:anoncvs@anoncvs.gnu.org:/cvsroot/hurd"
-
-## <a name="OSKit_Mach_Troubles"> </a> OSKit-Mach Troubles
-
-* Building OSKit &amp; Mach and optimizations, context SMP: <http://lists.debian.org/debian-hurd/2002/debian-hurd-200203/msg00080.html>
-* OSKit \_\_libc\_multiple\_libcs: <ftp://flux.cs.utah.edu/flux/oskit/mail/html/oskit-users/msg01052.html>
-* Enabling OSKit drivers in Mach: <http://lists.debian.org/debian-hurd/2000/debian-hurd-200003/msg00265.html>
-* IDE Bios probe trap on page zero problem: <http://mail.gnu.org/pipermail/bug-hurd/2001-July/004714.html>
-
-* Neal announces oskit-mach binary: <http://lists.debian.org/debian-hurd/2000/debian-hurd-200009/msg00323.html>
-* Neal crashes with OSKit 200009 on 0x104: <http://mail.gnu.org/pipermail/bug-hurd/2000-September/000055.html>
-* Igor crashes on 0x104: <http://mail.gnu.org/pipermail/bug-hurd/2001-July/004714.html>
-
# <a name="Future_Work"> Future Work </a>
-1. Enable [[FreeBSD]] drivers from OSKit in Mach. Checked that, does not work easily since the [[FreeBSD]] PCI related drivers are initialized from the [[FreeBSD]] PCI probe. OSKit-Mach uses the Linux PCI stuff and hence it would not be done easily.
-2. Use the sound drivers in the OSKit -- port a useful sound daemon.
-3. I want to get SMP working with OSKit-mach.
-
-# <a name="Links"> Links </a>
-
-Misc. links for my pleasure only.
+1. \_Try to enable GNUmach to use the [[FreeBSD]] drivers in the OSKit.\_<br /> I have now looked into this. The [[FreeBSD]] PCI related drivers are initialized from the [[FreeBSD]] PCI probe. GNUmach uses the Linux PCI stuff and hence it would not be done easily.
+2. Port a simple DHCP client.
+3. Use the sound drivers in the OSKit -- port a useful sound daemon.
+4. I want to get SMP working with OSKit-mach.
-* [Savannah - GNU CVS](http://savannah.gnu.org)
-* [Gnu/Hurd](http://hurd.gnu.org)
-* [OSKit-mach docs](http://www.etherhogz.org/doc/)
-* "Building OSKit-Mach" the document: <http://mail.gnu.org/pipermail/bug-hurd/2001-September/005266.html>
-* [Walken Hurd hackers guide](http://www.via.ecp.fr/~walken/hurd/) [(mirror)](http://vmlinux.org/crash/mirror/www.via.ecp.fr/)
-* [CMU CS Mach pages](http://www.cs.cmu.edu/afs/cs.cmu.edu/project/mach/public/www/mach.html)
-* [Univ. of Utah's Mach 4](http://www.cs.utah.edu/projects/flux/mach4/html/)
-* OSKit [HTML](http://www.cs.utah.edu/flux/oskit/html/oskit-www.html) or [PS.GZ](http://vmlinux.org/joachim/hurd/oskit.ps.gz) manual.
-
-Mach docs
-
-* wget -m -np <ftp://ftp.inf.tu-dresden.de/pub/os/mach/> (nearly 250M)
-* wget -m -np <ftp://ftp.lip6.fr/pub/mach/> (nearly 2G (e.g. includes oskit))
-* wget -m -np <ftp://ftp.opengroup.org/pub/ri/os/> (About 20-30M)
-* <ftp://ftp.ftp.lip6.fr/pub/mach/cmu/doc/osf/>
+-- [[Main/JoachimNilsson]] - 31 Okt 2002
----
# <a name="Comments"> Comments </a>
-
-----
-
- Click here to [edit](http://hurd.gnufans.orghttp://LOCATIONHurd/JoachimNilssonHurdPage) this page. <br /> -- [[Main/JoachimNilsson]] - 30 Okt 2002