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> <html>
<head>
<title>The Dream Scheme Operating System</title> <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> <h1>DreamOS</h1>
<font color="darkblue"><pre> <pre>
______________________________________________________________________________ ______________________________________________________________________________
| ____ | | ____ |
| | \ | | | \ |
@ -25,14 +31,14 @@ ______________________________________________________________________________
| | | \ /_______________\ \ | | | | \ /_______________\ \ |
| | | \ |_________________| \ Ascii-art by Matthew Stith | | | | \ |_________________| \ Ascii-art by Matthew Stith |
|_|_|__________\____________________________\________________________________| |_|_|__________\____________________________\________________________________|
</pre></font> </pre>
<hr> <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> <hr>
On Linux, use the following to write to a floppy disk: On Linux, use the following to write to a floppy disk:
<pre> <pre>
gunzip dreamos20101026.tar.gz gunzip dreamos20120208.tar.gz
tar -xvf dreamos20101026.tar tar -xvf dreamos20120208.tar
cd dreamos cd dreamos
dd if=dreamos.floppy of=/dev/fd0 dd if=dreamos.floppy of=/dev/fd0
</pre> </pre>