Skip to content

Commit

Permalink
Fix ReactOS name (copy#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Mar 15, 2017
1 parent 522bba4 commit 3ee78b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div>
<div id="boot_options">
<h4>Debugger</h4>
<input type="button" value="React OS" id="start_reactos">
<input type="button" value="ReactOS" id="start_reactos">
<input type="button" value="Windows ME" id="start_windowsme">
<input type="button" value="Windows 95" id="start_windows95">
<input type="button" value="FreeBSD" id="start_freebsd">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div>
<div id="boot_options">
<h4>Quickstart</h4>
<input type="button" value="React OS (32 MB)" id="start_reactos">
<input type="button" value="ReactOS (32 MB)" id="start_reactos">
- Restored from snapshot<br>
<input type="button" value="Windows 95 (6.7 MB)" id="start_windows95">
- Restored from snapshot<br>
Expand Down
10 changes: 5 additions & 5 deletions src/browser/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,16 +368,16 @@
},
{
id: "reactos",
memory_size: 128 * 1024 * 1024,
memory_size: 256 * 1024 * 1024,
cdrom: {
"url": "images/livecd-73402-rel.iso",
"url": HOST + "images/ReactOS-0.4.4-live.iso",
"async": true,
},
state: {
"url": "images/reactos_state.bin",
"size": 33527772,
"url": HOST + "images/reactos_state.bin",
"size": 276971224,
},
name: "React OS",
name: "ReactOS",
},
];

Expand Down

0 comments on commit 3ee78b3

Please sign in to comment.