Add fiwix

This commit is contained in:
Fabian 2022-11-26 14:04:19 -06:00
parent bffa5b80a7
commit 011c94e009

View file

@ -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,