Update of /project/movitz/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv12770
Modified Files: movitz.html Log Message: dumdidum.
Date: Tue Mar 30 03:35:32 2004 Author: ffjeld
Index: public_html/movitz.html diff -u public_html/movitz.html:1.5 public_html/movitz.html:1.6 --- public_html/movitz.html:1.5 Tue Mar 30 03:31:10 2004 +++ public_html/movitz.html Tue Mar 30 03:35:32 2004 @@ -10,7 +10,7 @@ Author: Frode Vatvedt Fjeld frodef@acm.org Created at: Wed Nov 5 09:55:54 2003
- $Id: movitz.html,v 1.5 2004/03/30 08:31:10 ffjeld Exp $ + $Id: movitz.html,v 1.6 2004/03/30 08:35:32 ffjeld Exp $
-->
@@ -20,7 +20,7 @@ </head> <body> <h1>Movitz: A Common Lisp OS development platform</h1> -<tt>$Id: movitz.html,v 1.5 2004/03/30 08:31:10 ffjeld Exp $</tt> +<tt>$Id: movitz.html,v 1.6 2004/03/30 08:35:32 ffjeld Exp $</tt>
<h2><a href="files/">Files</a></h2> <p> The latest <a href="files/los0.img"> los0 kernel image</a> and its @@ -178,9 +178,9 @@ los0. Note that under this simple scheme there is no way for objects to be promoted from the two 256 KB buffers, so you cannot have more than this amount of live, dynamically allocated data. You may trigger -the GC process explicitly with <tt>(init::stop-and-copy)</tt>. Note -that there are still several rough edges remaining this GC -implementation, e.g. it will not behave across any kind of interrupt. +the GC process explicitly with <tt>(stop-and-copy)</tt>. Note that +there are still several rough edges remaining this GC implementation, +e.g. it will not behave across any kind of interrupt.
<h2>About OS design in Common Lisp</h2>