diff --git a/index.html b/index.html
index ebef7c0d..6b6d661a 100644
--- a/index.html
+++ b/index.html
@@ -49,6 +49,8 @@
A graphical Unix-like operating system. Restored from snapshot.
| HelenOS 7.9 MB |
A graphical operating system based on a multiserver microkernel design |
+ | FiwixOS 15 MB |
+ A Unix-like OS written from scratch. Includes Doom. |
| Android-x86 42 MB |
An x86 port of the Android Open Source Project, version 1.6. Quite slow. Takes about 10 minutes to boot. |
diff --git a/src/browser/main.js b/src/browser/main.js
index baddd8a2..30ec9d7d 100644
--- a/src/browser/main.js
+++ b/src/browser/main.js
@@ -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,