This commit is contained in:
Boof 2023-09-06 14:06:02 +02:00 committed by GitHub
parent 901f133aa6
commit 95143f18b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ window.onload = function()
{
var emulator = window.emulator = new V86Starter({
wasm_path: "v86.wasm",
memory_size: 300 * 1024 * 1024,
memory_size: 304 * 1024 * 1024,
vga_memory_size: 16 * 1024 * 1024,
screen_container: document.getElementById("screen_container"),
bios: {