[movitz-cvs] CVS update: public_html/movitz.html
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Thu Jul 8 00:12:43 UTC 2004
Update of /project/movitz/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv14402
Modified Files:
movitz.html
Log Message:
Minor stuff about bootloading.
Date: Wed Jul 7 17:12:43 2004
Author: ffjeld
Index: public_html/movitz.html
diff -u public_html/movitz.html:1.7 public_html/movitz.html:1.8
--- public_html/movitz.html:1.7 Tue Apr 6 18:13:41 2004
+++ public_html/movitz.html Wed Jul 7 17:12:43 2004
@@ -10,7 +10,7 @@
Author: Frode Vatvedt Fjeld <frodef at acm.org>
Created at: Wed Nov 5 09:55:54 2003
- $Id: movitz.html,v 1.7 2004/04/07 01:13:41 ffjeld Exp $
+ $Id: movitz.html,v 1.8 2004/07/08 00:12:43 ffjeld Exp $
-->
@@ -20,7 +20,7 @@
</head>
<body>
<h1>Movitz: A Common Lisp OS development platform</h1>
-<tt>$Id: movitz.html,v 1.7 2004/04/07 01:13:41 ffjeld Exp $</tt>
+<tt>$Id: movitz.html,v 1.8 2004/07/08 00:12:43 ffjeld Exp $</tt>
<h2><a href="files/">Files</a></h2>
<p> The latest <a href="files/los0.img"> los0 kernel image</a> and its
@@ -42,6 +42,13 @@
can prepare a bootable floppy something like this:
<p><pre> cat grub-bootloader.img los0.img >/dev/fd0 </pre>
+
+The GRUB loader should also work on any other boot-devices it
+supports, such as a hard-drive, CD-ROM, or USB-pen. You probably need
+to look up the GRUB documentation for installation instructions. The
+file <a href="files/los0.img"><tt>los0.img</tt></a> is a <a
+href="http://www.gnu.org/software/grub/manual/multiboot/multiboot.html">
+multiboot compliant</a> kernel.
<h2>Introduction</h2>
More information about the Movitz-cvs
mailing list