New version of Oberon that boots more reliably

- Get the install floppy
- Boot in qemu with install floppy and empty hard drive
- Follow the regular install process, use IDE0#00 instead of IDE0#01
- Skip Partitions.ChangeType and Partitions.Activate
This commit is contained in:
Fabian 2020-12-31 19:14:31 -06:00
parent cc57c73fe4
commit e6e3cf1d03
2 changed files with 4 additions and 8 deletions

View file

@ -17,7 +17,7 @@
<input type="button" value="FreeBSD 10.2 (13.0 MB)" id="start_freebsd">
- Restored from snapshot<br>
<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>
- Native Oberon 2.3.6<br>
<input type="button" value="Windows 98 (12.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

@ -240,14 +240,10 @@
},
{
id: "oberon",
// https://lists.inf.ethz.ch/pipermail/oberon/2013/006844.html
fda: {
"url": HOST + "images/oberon-boot.dsk",
"size": 1440 * 1024,
},
hda: {
"url": HOST + "images/oberon.dsk",
"size": 41943040,
"url": HOST + "images/oberon.img",
"async": false,
"size": 24 * 1024 * 1024,
},
name: "Oberon",
},