Skip to content

Running Arch Linux #851

Closed Answered by cemalgnlts
cemalgnlts asked this question in Q&A
Discussion options

You must be logged in to vote
var emulator = (window.emulator = new V86Starter({
    screen_container: document.getElementById("screen_container"),
    wasm_path: "/build/v86.wasm",
    memory_size: 2000 * 1024 * 1024,
    autostart: true,
    initial_state: {
        url: "/arch_state.bin",
    },
}));

The problem was solved when I used the state I downloaded from the page by saying save state.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cemalgnlts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants