Add Oberon

This commit is contained in:
copy 2016-05-28 20:03:12 +02:00
parent befe9a1589
commit 02f4eb5bbe
2 changed files with 14 additions and 0 deletions

View file

@ -10,6 +10,8 @@
<div>
<div id="boot_options">
<h4>Quickstart</h4>
<input type="button" value="Oberon (16.0 MB)" id="start_oberon">
- Native Oberon 2.3.6. <a href="https://lists.inf.ethz.ch/pipermail/oberon/2013/006844.html">via</a><br>
<input type="button" value="Windows 98 (16.0 MB)" id="start_windows98">
- Including Minesweeper, additional sectors are loaded as needed<br>
<input type="button" value="Arch Linux (10.1 MB)" id="start_archlinux">

View file

@ -236,6 +236,18 @@
},
name: "FreeDOS",
},
{
id: "oberon",
fda: {
"url": "images/oberon-boot.dsk",
"size": 1440 * 1024,
},
hda: {
"url": "images/oberon.dsk",
"size": 41943040,
},
name: "Oberon",
},
{
id: "windows1",
fda: {