From 2ef8f4b5520c7a58687190e936f33b7c59a4f74f Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 16 Jan 2021 16:20:53 -0600 Subject: [PATCH] Windows 2000 (#390, #296, #377) --- debug.html | 1 + index.html | 2 ++ src/browser/main.js | 23 +++++++++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/debug.html b/debug.html index e347b7a8..d24f842a 100644 --- a/debug.html +++ b/debug.html @@ -31,6 +31,7 @@ +
diff --git a/index.html b/index.html index 922835ca..5709e1ae 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,8 @@ ReactOS 18 MB Windows-compatible OS. Restored from snapshot + Windows 2000 24 MB + Including Pinball and Internet Explorer with internet access. Additional sectors are loaded as needed. Windows 98 9.7 MB Including Minesweeper and Internet Explorer with internet access. Additional sectors are loaded as needed. Windows 95 4.6 MB diff --git a/src/browser/main.js b/src/browser/main.js index 702013cb..9328ba2b 100644 --- a/src/browser/main.js +++ b/src/browser/main.js @@ -382,6 +382,29 @@ name: "Bootchess", homepage: "http://www.pouet.net/prod.php?which=64962", }, + { + id: "windows2000", + memory_size: 512 * 1024 * 1024, + hda: { + "url": "images/windows2k.img", + "async": true, + }, + name: "Windows 2000", + state: { + "url": HOST + "windows2k_state.bin.zst", + }, + preserve_mac_from_state_image: true, + }, + { + id: "windows2000-boot", + memory_size: 512 * 1024 * 1024, + hda: { + "url": "images/windows2k.img", + "async": true, + }, + boot_order: 0x132, + name: "Windows 2000", + }, { id: "windows98", memory_size: 128 * 1024 * 1024,