Skip to content

Commit

Permalink
Update windows 2000 after vga pci revision
Browse files Browse the repository at this point in the history
The vga devices was not recognized any more after changing the pci
revision. The image has the vbe driver reinstalled.
  • Loading branch information
copy committed Aug 2, 2022
1 parent 0845751 commit c7ed5f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h4>Select profile</h4>

<tr id="start_reactos"><td><a href="?profile=reactos">ReactOS</a> <small>18 MB</small></td><td>
Windows-compatible OS. Restored from snapshot</td></tr>
<tr id="start_windows2000"><td><a href="?profile=windows2000">Windows 2000</a> <small>24 MB</small></td><td>
<tr id="start_windows2000"><td><a href="?profile=windows2000">Windows 2000</a> <small>22 MB</small></td><td>
Including Pinball and Internet Explorer with internet access. Additional sectors are loaded as needed.</td></tr>
<tr id="start_windows98"><td><a href="?profile=windows98">Windows 98</a> <small>9.7 MB</small></td><td>
Including Minesweeper and Internet Explorer with internet access. Additional sectors are loaded as needed.</td></tr>
Expand Down
4 changes: 2 additions & 2 deletions src/browser/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c7ed5f8

Please sign in to comment.