commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd-l4 ./AUTHORS ./README wortel/wortel.c


From: Marcus Brinkmann
Subject: hurd-l4 ./AUTHORS ./README wortel/wortel.c
Date: Fri, 19 Sep 2003 10:18:04 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd-l4
Branch:         
Changes by:     Marcus Brinkmann <address@hidden>       03/09/19 10:18:04

Modified files:
        .              : AUTHORS README 
        wortel         : wortel.c 

Log message:
        Add all authors.  Improve README as suggested by Bas Wijnen.  Fix typo 
in
        wortel.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/AUTHORS.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/README.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/wortel/wortel.c.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: hurd-l4/AUTHORS
diff -u hurd-l4/AUTHORS:1.1 hurd-l4/AUTHORS:1.2
--- hurd-l4/AUTHORS:1.1 Sat Jul 26 13:26:09 2003
+++ hurd-l4/AUTHORS     Fri Sep 19 10:18:04 2003
@@ -1 +1,9 @@
+The bunch of it was written by:
 Marcus Brinkmann <address@hidden>
+
+The libhurd-slab allocator implementation (libhurd-slab/slab.c):
+Johan Rydberg  <address@hidden>
+
+The zone allocator physmem/zalloc.h, physmem/zalloc.c was originally
+written by:
+Neal H Walfield <address@hidden>
Index: hurd-l4/README
diff -u hurd-l4/README:1.7 hurd-l4/README:1.8
--- hurd-l4/README:1.7  Thu Sep 18 11:58:00 2003
+++ hurd-l4/README      Fri Sep 19 10:18:04 2003
@@ -23,21 +23,36 @@
 $ cp physmem/physmem /l4/boot
 
 
-Installation
-------------
+Installation on ia32
+--------------------
 
 Prerequisites: Pistachio-0.2 with the patch you can find at the end of
-this file.
+this file.  You can find information about how to download the
+Pistachio source distribution (which includes the kernel and sigma0)
+at the following URL:
 
-Furthermore, sigma0 must be built with a different link base than the
-default value 0x20000, because that conflicts with GRUB (on ia32).  I
-have successfully used a link base of 0x40000.
+http://www.l4ka.org/projects/pistachio/download.php
+
+sigma0 must be built with a different link base than the default value
+0x20000, because that conflicts with GRUB (on ia32).  I have
+successfully used a link base of 0x40000.
 
 Then set up GRUB to boot laden as the kernel, and the L4 kernel,
-sigma0, wortel (the rootserver) and physmem as its modules.
+sigma0, wortel (the rootserver) and physmem as its modules (in that
+order).
 
 Try the debug option (-D) to laden and wortel to see some output from
 them.  They are silent by default.
+
+Here is an example menu.lst file for GNU GRUB:
+
+title The GNU Hurd on L4
+root (hd0,0)
+kernel /boot/laden -D
+module /boot/ia32-kernel
+module /boot/sigma0
+module /boot/wortel -D
+module /boot/physmem
 
 
 sigma0 Patch
Index: hurd-l4/wortel/wortel.c
diff -u hurd-l4/wortel/wortel.c:1.14 hurd-l4/wortel/wortel.c:1.15
--- hurd-l4/wortel/wortel.c:1.14        Wed Sep 17 10:23:00 2003
+++ hurd-l4/wortel/wortel.c     Fri Sep 19 10:18:04 2003
@@ -457,7 +457,7 @@
        {
          if (l4_untyped_words (msg_tag) != 2 || l4_typed_words (msg_tag) != 0)
            panic ("Invalid format of page fault message");
-         panic ("Unexpected page fault from 0x%xat address 0x%x (IP 0x%x)",
+         panic ("Unexpected page fault from 0x%x at address 0x%x (IP 0x%x)",
                 from.raw, l4_msg_word (&msg, 0), l4_msg_word (&msg, 1));
        }
       else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]