summaryrefslogtreecommitdiff
path: root/Mach/BuildingGNUMach.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-03-10 23:19:00 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-03-10 23:19:00 +0000
commit325c728af71e36f6919d7d2c279d3bd263796ee7 (patch)
treef666f883f9e9216c748788db0143ce7f83039c5d /Mach/BuildingGNUMach.mdwn
parent76100bff93ebaf2701f10b8a896a13fbb38aa153 (diff)
none
Diffstat (limited to 'Mach/BuildingGNUMach.mdwn')
-rw-r--r--Mach/BuildingGNUMach.mdwn22
1 files changed, 12 insertions, 10 deletions
diff --git a/Mach/BuildingGNUMach.mdwn b/Mach/BuildingGNUMach.mdwn
index 7967ddcb..a5257f08 100644
--- a/Mach/BuildingGNUMach.mdwn
+++ b/Mach/BuildingGNUMach.mdwn
@@ -1,28 +1,28 @@
--- [[Main/ThomasSchlesinger]] - 30 Jan 2006
+# <a name="Building_GNUMach_GNU_Mach_from_S"> </a> Building [[GNUMach]] from Source
-# <a name="Building_GNUMach_from_source_fro"> </a> Building GNUMach from source from the Debian repository
+## <a name="_on_Debian_Using_the_Debian_Repo"> ... on Debian / Using the Debian Repository </a>
-If you have already installed Debian/Hurd and you want to compile the GNUMach kernel from source (from the Debian repository) instead of installing the binary, follow these instructions.
+If you have already installed Debian GNU/Hurd and you want to compile the [[GNUMach]] kernel from the Debian package's source instead of installing the binary, follow these instructions.
-You can also build GNUMach from Debian GNU/Linux in the same way, extract the kernel from the resulting .deb file and then copy the compressed gnumach kernel onto your mounted GNU/Hurd partition to /boot/gnumach.gz.
+You can also build [[GNUMach]] from Debian GNU/Linux in the same way, extract the kernel from the resulting _.deb_ file and then copy the compressed gnumach kernel onto your GNU/Hurd partition to _/boot/gnumach.gz_.
-First, make sure that this line is included in your /etc/apt/sources.list:
+First, make sure that this line is included in your _/etc/apt/sources.list_:
deb-src http://ftp.debian.org/debian unstable main
-Install additional needed packages
+Install additional needed packages:
# apt-get update
# apt-get build-dep gnumach
# apt-get install fakeroot
-Download the source from the Debian repository (the source usually differs to the source in the official GNU repository)
+Download the source from the Debian repository (the source usually differs to the source in the official GNU repository, additional patches are applied for example):
$ apt-get source gnumach
-Building GNUmach
+Building [[GNUMach]]:
-Change into the directory with the downloaded gnumach source, e. g.
+Change into the directory with the downloaded gnumach source, e.g.
$ cd gnumach-20050801
@@ -30,8 +30,10 @@ Start the build process with
$ dpkg-buildpackage -us -uc -b -rfakeroot
-GNUMach is now building. To use the new kernel, you must install the resulting .deb package which is located one directory above the build directory and has a similar name as the build directory, e.g.:
+[[GNUMach]] is now building. To use the new kernel, you must install the resulting _.deb_ package which is located one directory above the build directory and has a similar name as the build directory, e.g.
# dpkg -i ../gnumach_20050801-4_hurd-i386.deb
You can now reboot your computer and enjoy the new kernel.
+
+-- [[Main/ThomasSchlesinger]] - 30 Jan 2006