[movitz-cvs] CVS update: public_html/movitz.html

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Tue Mar 30 08:31:10 UTC 2004


Update of /project/movitz/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv18848

Modified Files:
	movitz.html 
Log Message:
..and a bit more.

Date: Tue Mar 30 03:31:10 2004
Author: ffjeld

Index: public_html/movitz.html
diff -u public_html/movitz.html:1.4 public_html/movitz.html:1.5
--- public_html/movitz.html:1.4	Tue Mar 30 03:27:57 2004
+++ public_html/movitz.html	Tue Mar 30 03:31:10 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.4 2004/03/30 08:27:57 ffjeld Exp $
+ $Id: movitz.html,v 1.5 2004/03/30 08:31:10 ffjeld Exp $
                 
 -->
 
@@ -20,7 +20,7 @@
 </head>
 <body>
 <h1>Movitz: A Common Lisp OS development platform</h1>
-<tt>$Id: movitz.html,v 1.4 2004/03/30 08:27:57 ffjeld Exp $</tt>
+<tt>$Id: movitz.html,v 1.5 2004/03/30 08:31:10 ffjeld Exp $</tt>
 
 <h2><a href="files/">Files</a></h2>
 <p> The latest <a href="files/los0.img"> los0 kernel image</a> and its
@@ -177,9 +177,10 @@
 heap, which tends to be somewhere between one and two megabytes in
 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. Note that there
-are still several rough edges remaining this GC implementation,
-e.g. it will not behave across e.g. any kind of interrupt.
+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.
 
 <h2>About OS design in Common Lisp</h2>
 





More information about the Movitz-cvs mailing list