From 4133d7fa48e70ac9e8404ff8997876b218ce1a60 Mon Sep 17 00:00:00 2001 From: copy Date: Wed, 15 Mar 2017 19:37:59 -0500 Subject: [PATCH] Add MS-DOS image --- debug.html | 1 + index.html | 2 ++ src/browser/main.js | 8 ++++++++ 3 files changed, 11 insertions(+) diff --git a/debug.html b/debug.html index d80a2bdb..cddd7e22 100644 --- a/debug.html +++ b/debug.html @@ -22,6 +22,7 @@ + diff --git a/index.html b/index.html index cfd4b06c..645f5f2f 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,8 @@ - With internet access, telnet, ping, wget and links. Takes about 60 seconds to boot. Run udhcpc for networking. Exchange files through /mnt/.
- Takes 1 second to boot
+ + - Takes 10 seconds to boot. With Enhanced Tools, QBasic and everything from the FreeDOS image
- With nasm, vim, debug.com, some games and demos, takes 1 second to boot
diff --git a/src/browser/main.js b/src/browser/main.js index 7325e987..0be16b65 100644 --- a/src/browser/main.js +++ b/src/browser/main.js @@ -227,6 +227,14 @@ "baseurl": HOST + "arch/", }, }, + { + id: "msdos", + hda: { + "url": HOST + "images/msdos.img", + "size": 8 * 1024 * 1024, + }, + name: "MS-DOS", + }, { id: "freedos", fda: {