Browse Source

Add fiwix

Fabian 1 year ago
parent
commit
011c94e009
1 changed files with 13 additions and 0 deletions
  1. 13 0
      src/browser/main.js

+ 13 - 0
src/browser/main.js

@@ -289,6 +289,19 @@
                 name: "HelenOS",
                 homepage: "http://www.helenos.org/",
             },
+            {
+                id: "fiwix",
+                memory_size: 256 * 1024 * 1024,
+                hda: {
+                    url: host + "fiwixos-3.2-i386.img",
+                    size: 1024 * 1024 * 1024,
+                    async: true,
+                    fixed_chunk_size: 1024 * 1024,
+                    use_parts: !ON_LOCALHOST,
+                },
+                name: "FiwixOS",
+                homepage: "https://www.fiwix.org/",
+            },
             {
                 id: "haiku",
                 memory_size: 512 * 1024 * 1024,