From a379284f98f90fa91e9ce7e98eced98b88d8e780 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 13 Nov 2007 18:32:03 +0100 Subject: Use proper ikiwiki syntax. --- gnumachcompilation.mdwn | 65 ++++++++++++++++++++----------------------------- 1 file changed, 27 insertions(+), 38 deletions(-) diff --git a/gnumachcompilation.mdwn b/gnumachcompilation.mdwn index 72a4fd2d..bb22dbff 100644 --- a/gnumachcompilation.mdwn +++ b/gnumachcompilation.mdwn @@ -8,56 +8,45 @@ is included in the section entitled ## Compiling GNU Mach microkernel -Host development system is IBM T41 running Debian Sarge 3.1r0a GNU/Linux. +Host development system is IBM T41 running Debian Sarge 3.1r0a GNU/Linux. -
-gcc version: 3.3.5
-GNU sed version: 4.1.2
-GNU make version: 3.8
-mig version: 1.3-4
-
+* gcc version: 3.3.5 +* GNU sed version: 4.1.2 +* GNU make version: 3.8 +* mig version: 1.3-4 Obtained gnumach-1-branch sources from cvs: -
-  export CVS_RSH="ssh"
-  cvs -z3 -d:ext:anoncvs@ savannah.gnu.org:/cvsroot/hurd co -r gnumach-1-branch gnumach
-
+ export CVS_RSH="ssh" + cvs -z3 -d:ext:anoncvs@ savannah.gnu.org:/cvsroot/hurd co -r gnumach-1-branch gnumach -Obtained mig_1.3-4_i386.deb from http://www.hadrons.org/~guillem/debian/pool/main/mig/. Installed it using dpkg: +Obtained mig_1.3-4_i386.deb from +http://www.hadrons.org/~guillem/debian/pool/main/mig/. Installed it using dpkg: -
-  dpkg -i mig_1.3-4_i386.deb
-
+ dpkg -i mig_1.3-4_i386.deb Entered into the gnumach sources and did the following for compilation: -
-   mkdir build
-   cd build
-   ../configure --host=i386-unknown-gnu0.2 --build=i586-pc-linux-gnu \\
-      --enable-kdb --enable-ide 
-   make
-
+ mkdir build + cd build + ../configure --host=i386-unknown-gnu0.2 --build=i586-pc-linux-gnu \ + --enable-kdb --enable-ide + make -The kernel file is created in the build directory. Move it to /boot on the testing x86 system Hurd partition. Rename it as gnumach1 and compress it: +The kernel file is created in the build directory. Move it to /boot on the +testing x86 system Hurd partition. Rename it as gnumach1 and compress it: -
-  mv kernel gnumach1
-  gzip gnumach1
-
+ mv kernel gnumach1 + gzip gnumach1 -Add a new entry on the testing machine /boot/grub/menu.lst to boot the new kernel. +Add a new entry on the testing machine /boot/grub/menu.lst to boot the new +kernel. -
-  title GNU Hurd K10 Compiled gnumach
-  kernel (hd0,3)/boot/gnumach1.gz root=device:hd2s4 -s
-  module (hd0,3)/hurd/ext2fs.static--multiboot-command-line=${kernel-command-line} \\
-    --host-priv-port=${host-port} --device-master-port=${device-port} \\
-    --exec-server-task=${exec-task} -T typed ${root} $(task-create)$(task-resume)
-  module (hd0,3)/lib/ld.so.1 /hurd/exec $(exec-task=task-create)
-
+ title GNU Hurd K10 Compiled gnumach + kernel (hd0,3)/boot/gnumach1.gz root=device:hd2s4 -s + module (hd0,3)/hurd/ext2fs.static--multiboot-command-line=${kernel-command-line} \\ + --host-priv-port=${host-port} --device-master-port=${device-port} \\ + --exec-server-task=${exec-task} -T typed ${root} $(task-create)$(task-resume) + module (hd0,3)/lib/ld.so.1 /hurd/exec $(exec-task=task-create) Reboot into the new compiled mygnumach1.gz kernel! - --- ShakthiKannan - 03 Dec 2006 \ No newline at end of file -- cgit v1.2.3