diff options
author | Luís Miguel <maiguel@netvisao.pt> | 2003-08-30 00:02:48 +0000 |
---|---|---|
committer | Luís Miguel <maiguel@netvisao.pt> | 2003-08-30 00:02:48 +0000 |
commit | 0d4296d2d87e33714e7edd3858a22f09f93185b2 (patch) | |
tree | 499bcfc7cdbfd759944032f71d2b55b4a3b4749d /Mach/BuildingOskitMach.mdwn | |
parent | 2d6177ea81d52c42671d29f089a4137053d3a62b (diff) | |
download | web-0d4296d2d87e33714e7edd3858a22f09f93185b2.tar.gz web-0d4296d2d87e33714e7edd3858a22f09f93185b2.tar.bz2 web-0d4296d2d87e33714e7edd3858a22f09f93185b2.zip |
none
Diffstat (limited to 'Mach/BuildingOskitMach.mdwn')
-rw-r--r-- | Mach/BuildingOskitMach.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn index 1f0358a9..c8b975a6 100644 --- a/Mach/BuildingOskitMach.mdwn +++ b/Mach/BuildingOskitMach.mdwn @@ -107,6 +107,10 @@ Comment: Barry deFreese For you newbies like me, I had problems using `modules.x86.pc.full` and `modules.x86.pc`. There seems to be problems with `examples/dyntest`. Make sure you pull down and use the [[ATTACHURLmodules-lightx86pc]]. +Comment: Luis Miguel + +I needed to apply another patch that is not in CVS yet. The patch is in this [message](http://mail.gnu.org/archive/html/bug-hurd/2003-06/msg00054.html) in the bug-hurd mailing list. + ### <a name="Mach_Interface_Generator"> Mach Interface Generator </a> To build any Mach kernel you need an interface generator, MiG. To be on the safe side, use the CVS version. If you use Debian, you can install package [mig-i386-gnu](http://packages.debian.org/mig-i386-gnu). If you don't use Debian or want to compile MiG by yourself on Linux/\*BSD system, you must first install Mach headers. In Mach directory do: |