From 95143f18b793656f649ee3d3b14007bbfc03a479 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:06:02 +0200 Subject: [PATCH] fix? --- other/alpine/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/alpine/index.js b/other/alpine/index.js index 21266d1..1b7a8b3 100644 --- a/other/alpine/index.js +++ b/other/alpine/index.js @@ -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: {