Skip to content

Commit d140036

Browse files
committed
add doom-on-a-floppy, quantix, chip4505, forthos, chimaeraos and newos notion
suggested by @SuperMaxusa
1 parent 4709ea4 commit d140036

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

src/browser/main.js

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,55 @@ function onload()
363363
},
364364
name: "FreeDOS",
365365
},
366+
{
367+
id: "doof",
368+
fda: {
369+
url: host + "doof-1440.img",
370+
size: 1474560,
371+
},
372+
name: "Doom On One Floppy",
373+
homepage: "https://github.com/fragglet/squashware",
374+
},
375+
{
376+
id: "quantixos",
377+
cdrom: {
378+
url: host + "quantixos.iso",
379+
size: 11784192,
380+
async: false,
381+
},
382+
name: "QuantixOS",
383+
homepage: "https://github.com/MrGilli/QuantixOS",
384+
},
385+
{
386+
id: "chip4504",
387+
fda: {
388+
url: host + "chip4504.img",
389+
size: 1474560,
390+
},
391+
name: "Chip4504",
392+
homepage: "https://github.com/RelativisticMechanic/chip4504",
393+
},
394+
{
395+
id: "forthos",
396+
hda: {
397+
url: host + "forthos20.img.zst",
398+
size: 95420416,
399+
async: false,
400+
},
401+
memory_size: 128 * 1024 * 1024,
402+
name: "ForthOS",
403+
homepage: "http://sources.vsta.org/forthos/",
404+
},
405+
{
406+
id: "chimaeraos",
407+
hda: {
408+
url: host + "chimaeraos.img",
409+
size: 34120704,
410+
async: false,
411+
},
412+
name: "Chimaera OS",
413+
homepage: "https://chimaeraos.org/",
414+
},
366415
{
367416
id: "freegem",
368417
hda: {
@@ -1368,6 +1417,17 @@ function onload()
13681417
},
13691418
homepage: "https://newos.org/",
13701419
},
1420+
{
1421+
id: "newos-notion",
1422+
hda: {
1423+
url: host + "newos-notion.img",
1424+
size: 4128768,
1425+
async: false,
1426+
},
1427+
memory_size: 128 * 1024 * 1024,
1428+
name: "NewOS Notion",
1429+
homepage: "http://notion.muelln-kommune.net/newos.html",
1430+
},
13711431
{
13721432
id: "aros-broadway",
13731433
name: "AROS Broadway",

0 commit comments

Comments
 (0)