diff --git a/Readme.md b/Readme.md index 2308386c..fc765106 100644 --- a/Readme.md +++ b/Readme.md @@ -153,7 +153,7 @@ See [tests/Readme.md](tests/Readme.md) for more infos. Using v86 for your own purposes is as easy as: ```javascript -var emulator = new V86Starter({ +var emulator = new V86({ screen_container: document.getElementById("screen_container"), bios: { url: "../../bios/seabios.bin", diff --git a/docs/archlinux.md b/docs/archlinux.md index e2e62c48..7ea67946 100644 --- a/docs/archlinux.md +++ b/docs/archlinux.md @@ -430,7 +430,7 @@ wget https://raw.githubusercontent.com/smgoller/rangehttpserver/master/RangeHTTP python2 RangeHTTPServer.py ``` -Now that the webserver is running, point your browser to `http://localhost:8000/examples/arch.html`. Wait for the Linux to boot. When the system is up, click 'Save state to file'. Your browser will download a `v86state.bin` file. Copy that file to `/your/v86/dir/images`. You can then edit `examples/arch.html` again and add a 'state' key to the `V86Starter` array. +Now that the webserver is running, point your browser to `http://localhost:8000/examples/arch.html`. Wait for the Linux to boot. When the system is up, click 'Save state to file'. Your browser will download a `v86state.bin` file. Copy that file to `/your/v86/dir/images`. You can then edit `examples/arch.html` again and add a 'state' key to the `V86` array. ```sh initial_state: { @@ -442,7 +442,7 @@ If you refresh `http://localhost:8000/examples/arch.html` you will see that the ### Networking -The emulator can emulate a network card. For more information [look at the networking documentation](https://github.com/copy/v86/blob/master/docs/networking.md). To set up networking in the VM, add the following item to the `V86Starter` array in the `examples/arch.html` file: +The emulator can emulate a network card. For more information [look at the networking documentation](https://github.com/copy/v86/blob/master/docs/networking.md). To set up networking in the VM, add the following item to the `V86` array in the `examples/arch.html` file: ```sh network_relay_url: "ws://localhost:8080/", ``` diff --git a/docs/windows-xp.md b/docs/windows-xp.md index 40771fa4..2e4fb536 100644 --- a/docs/windows-xp.md +++ b/docs/windows-xp.md @@ -35,7 +35,7 @@ Create `winxp.htm` with this content (assuming all the files are in the same fol