From c7ed5f8dc17ed454e3ffc6f665eb34dda6659aae Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 21 Jul 2022 21:47:02 +0900 Subject: [PATCH] Update windows 2000 after vga pci revision The vga devices was not recognized any more after changing the pci revision. The image has the vbe driver reinstalled. --- index.html | 2 +- src/browser/main.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index b351c4fa..48cb1d38 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ ReactOS 18 MB Windows-compatible OS. Restored from snapshot - Windows 2000 24 MB + Windows 2000 22 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. diff --git a/src/browser/main.js b/src/browser/main.js index 5839e3d6..b552bad1 100644 --- a/src/browser/main.js +++ b/src/browser/main.js @@ -523,9 +523,9 @@ }, name: "Windows 2000", state: { - "url": host + "windows2k_state.bin.zst", + "url": host + "windows2k_state-v2.bin.zst", }, - preserve_mac_from_state_image: true, + mac_address_translation: true, }, { id: "windows2000-boot",