Intended Use of BIOS #855
-
Hi, To use serial only (I don't use graphical interface), I use the following settings: {
wasm_path: "v86.wasm",
memory_size: 512 * 1024 * 1024,
disable_keyboard: true,
disable_speaker: true,
disable_mouse: true,
filesystem: {},
autostart: true,
initial_state: {
buffer: stateBuffer
}
} It also works fine like this: + bios: { url: "/seabios.bin" },
initial_state: { buffer: stateBuffer } I want to know if there is any extra benefit as Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
copy
May 10, 2023
Replies: 2 comments
-
The bios isn't used when restoring from state. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cemalgnlts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The bios isn't used when restoring from state.