Add fiwixOS with doom

This commit is contained in:
Fabian 2023-01-05 21:24:52 +01:00
parent 1d942a585a
commit 0e2373957b
2 changed files with 3 additions and 1 deletions

View file

@ -49,6 +49,8 @@
A graphical Unix-like operating system. Restored from snapshot.</td></tr>
<tr id="start_helenos"><td><a href="?profile=helenos">HelenOS</a> <small>7.9 MB</small></td><td>
A graphical operating system based on a multiserver microkernel design</td></tr>
<tr id="start_fiwix"><td><a href="?profile=fiwix">FiwixOS</a> <small>15 MB</small></td><td>
A Unix-like OS written from scratch. Includes Doom.</td></tr>
<tr id="start_android"><td><a href="?profile=android">Android-x86</a> <small>42 MB</small></td><td>
An x86 port of the Android Open Source Project, version 1.6. Quite slow. Takes about 10 minutes to boot.</td></tr>

View file

@ -295,7 +295,7 @@
id: "fiwix",
memory_size: 256 * 1024 * 1024,
hda: {
url: host + "fiwixos-3.2-i386.img",
url: host + "fiwixos-doom-3.2-i386.img",
size: 1024 * 1024 * 1024,
async: true,
fixed_chunk_size: 1024 * 1024,