Point relative links to Conservatory

This commit is contained in:
Lassi Kortela 2023-02-22 17:15:24 +02:00
parent 7583c9719e
commit 35d1c218a8
1 changed files with 4 additions and 5 deletions

View File

@ -4,6 +4,7 @@
<title>The 'dream' Scheme Interpreter</title>
<link rel="stylesheet" href="dream.css">
</head>
<body>
<h1>The 'dream' Scheme Interpreter</h1>
by David Joseph Stith
<hr>
@ -33,9 +34,7 @@ So unzip to your C: drive, or else place a copy of 'bootstrap.scm' there.</dd>
</dl>
<hr>
<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>
<h2>Notes on the Design</h2>
<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.
Likewise, the garbage collector registers OLD, NEW, and SCAN are implemented by the machine registers ESI, EDI, and EAX respectively.
<hr>
<a href="home.html">home</a>
<a href="../">Scheme Conservatory</a>
</body>
</html>