Point relative links to Conservatory
This commit is contained in:
parent
7583c9719e
commit
35d1c218a8
|
@ -4,6 +4,7 @@
|
||||||
<title>The 'dream' Scheme Interpreter</title>
|
<title>The 'dream' Scheme Interpreter</title>
|
||||||
<link rel="stylesheet" href="dream.css">
|
<link rel="stylesheet" href="dream.css">
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<h1>The 'dream' Scheme Interpreter</h1>
|
<h1>The 'dream' Scheme Interpreter</h1>
|
||||||
by David Joseph Stith
|
by David Joseph Stith
|
||||||
<hr>
|
<hr>
|
||||||
|
@ -33,9 +34,7 @@ So unzip to your C: drive, or else place a copy of 'bootstrap.scm' there.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<hr>
|
<hr>
|
||||||
<b>Check out my DreamOS based on the Dream Scheme
|
<b>Check out my DreamOS based on the Dream Scheme
|
||||||
Interpreter as a bootable floppy disk:</b> <a href="dreamos.html">dreamos</a>
|
Interpreter as a bootable floppy disk:</b> <a href="../dreamos/">dreamos</a> :-)
|
||||||
|
|
||||||
:-)
|
|
||||||
<hr>
|
<hr>
|
||||||
<h2>Notes on the Design</h2>
|
<h2>Notes on the Design</h2>
|
||||||
<p>
|
<p>
|
||||||
|
@ -140,6 +139,6 @@ The registers denoted by EXP, ENV, UNEV, ARGL, VAL, and FREE in <a href="https:/
|
||||||
The registers EXP, ENV, UNEV, ARGL, and VAL must point to a valid scheme object (or be zero) when the garbage collector is invoked.
|
The registers EXP, ENV, UNEV, ARGL, and VAL must point to a valid scheme object (or be zero) when the garbage collector is invoked.
|
||||||
Likewise, the garbage collector registers OLD, NEW, and SCAN are implemented by the machine registers ESI, EDI, and EAX respectively.
|
Likewise, the garbage collector registers OLD, NEW, and SCAN are implemented by the machine registers ESI, EDI, and EAX respectively.
|
||||||
<hr>
|
<hr>
|
||||||
<a href="home.html">home</a>
|
<a href="../">Scheme Conservatory</a>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue