Wayback 20120702085030

www.stripedgazelle.org/joey/dreamos.html
This commit is contained in:
Lassi Kortela 2023-02-22 15:42:44 +02:00
parent a44d9d74b5
commit af38d51fd3
1 changed files with 12 additions and 6 deletions

View File

@ -1,8 +1,14 @@
<html>
<head>
<title>The Dream Scheme Operating System</title>
<div style="color:black; font-family:sans-serif;">
<style type="text/css">
body { background-color:black; color:white; font-family:sans-serif; }
a { text-decoration:underline; }
</style>
</head>
<div style="color:white; font-family:sans-serif;">
<h1>DreamOS</h1>
<font color="darkblue"><pre>
<pre>
______________________________________________________________________________
| ____ |
| | \ |
@ -25,14 +31,14 @@ ______________________________________________________________________________
| | | \ /_______________\ \ |
| | | \ |_________________| \ Ascii-art by Matthew Stith |
|_|_|__________\____________________________\________________________________|
</pre></font>
</pre>
<hr>
<b>Download the latest version of DreamOS:</b> <a href="/cgi-bin/wiki_joey/dreamos20101026.tar.gz">dreamos20101026.tar.gz</a>
<b>Download the latest version of DreamOS:</b> <a href="/cgi-bin/wiki_joey/dreamos20120208.tar.gz">dreamos20120208.tar.gz</a>
<hr>
On Linux, use the following to write to a floppy disk:
<pre>
gunzip dreamos20101026.tar.gz
tar -xvf dreamos20101026.tar
gunzip dreamos20120208.tar.gz
tar -xvf dreamos20120208.tar
cd dreamos
dd if=dreamos.floppy of=/dev/fd0
</pre>