Add bootchess

This commit is contained in:
copy 2015-09-21 03:27:05 +02:00
parent d8c6a53863
commit c13e68f477
3 changed files with 12 additions and 1 deletions

View file

@ -18,6 +18,7 @@
<input type="button" value="FreeDOS" id="start_freedos">
<input type="button" value="OpenBSD" id="start_openbsd">
<input type="button" value="Solar OS" id="start_solos">
<input type="button" value="Bootchess" id="start_bootchess">
<input type="button" value="Test" id="start_test">
<br>

View file

@ -25,7 +25,9 @@
<input type="button" value="OpenBSD (1.4 MB)" id="start_openbsd">
- Random boot floppy, takes about 60 seconds<br>
<input type="button" value="Solar OS (1.4 MB)" id="start_solos">
- Simple graphical OS
- Simple graphical OS<br>
<input type="button" value="Bootchess" id="start_bootchess">
- A tiny chess program written in assembly
<br>
<hr>

View file

@ -287,6 +287,14 @@
},
name: "Sol OS",
},
{
id: "bootchess",
fda: {
"url": "images/bootchess.img",
"async": true,
},
name: "Bootchess",
},
{
id: "dsl",
cdrom: {