Skip to content

Commit

Permalink
Add bootchess
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Sep 21, 2015
1 parent d8c6a53 commit c13e68f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h4>Debugger</h4>
<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>

Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ <h4>Quickstart</h4>
<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>
Expand Down
8 changes: 8 additions & 0 deletions src/browser/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@
},
name: "Sol OS",
},
{
id: "bootchess",
fda: {
"url": "images/bootchess.img",
"async": true,
},
name: "Bootchess",
},
{
id: "dsl",
cdrom: {
Expand Down

0 comments on commit c13e68f

Please sign in to comment.