From c13e68f47718d6fc785aee96f03628e1aafa4983 Mon Sep 17 00:00:00 2001 From: copy Date: Mon, 21 Sep 2015 03:27:05 +0200 Subject: [PATCH] Add bootchess --- debug.html | 1 + index.html | 4 +++- src/browser/main.js | 8 ++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debug.html b/debug.html index ba60dd0c..cbbb081a 100644 --- a/debug.html +++ b/debug.html @@ -18,6 +18,7 @@ +
diff --git a/index.html b/index.html index 92f545bd..d4ef13c2 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,9 @@ - Random boot floppy, takes about 60 seconds
- - Simple graphical OS + - Simple graphical OS
+ + - A tiny chess program written in assembly

diff --git a/src/browser/main.js b/src/browser/main.js index f3331042..ba3a00b3 100644 --- a/src/browser/main.js +++ b/src/browser/main.js @@ -287,6 +287,14 @@ }, name: "Sol OS", }, + { + id: "bootchess", + fda: { + "url": "images/bootchess.img", + "async": true, + }, + name: "Bootchess", + }, { id: "dsl", cdrom: {