v86 0.3.7 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +13 -2
- package/build/binaries.js +1 -1
- package/build/index-debug.cjs +1 -1
- package/build/index-debug.js +1 -1
- package/build/index.cjs +1 -1
- package/build/index.js +1 -1
- package/build/v86-debug.wasm +0 -0
- package/build/v86.wasm +0 -0
- package/package.json +1 -1
package/Readme.md
CHANGED
|
@@ -72,7 +72,7 @@ main();
|
|
|
72
72
|
|
|
73
73
|
## Original Readme
|
|
74
74
|
|
|
75
|
-
[](https://gitter.im/copy/v86)
|
|
75
|
+
[](https://gitter.im/copy/v86) or #v86 on [irc.libera.chat](https://libera.chat/)
|
|
76
76
|
|
|
77
77
|
v86 emulates an x86-compatible CPU and hardware. Machine code is translated to
|
|
78
78
|
WebAssembly modules at runtime in order to achieve decent performance. Here's a
|
|
@@ -123,6 +123,16 @@ list of emulated hardware:
|
|
|
123
123
|
[KolibriOS](https://copy.sh/v86/?profile=kolibrios) —
|
|
124
124
|
[QNX](https://copy.sh/v86/?profile=qnx)
|
|
125
125
|
|
|
126
|
+
## Docs
|
|
127
|
+
|
|
128
|
+
[How it works](docs/how-it-works.md) —
|
|
129
|
+
[Networking](docs/networking.md) —
|
|
130
|
+
[Archlinux guest setup](docs/archlinux.md) —
|
|
131
|
+
[Windows 2000/XP guest setup](docs/windows-xp.md) —
|
|
132
|
+
[9p filesystem](docs/filesystem.md) —
|
|
133
|
+
[Linux rootfs on 9p](docs/linux-9p-image.md) —
|
|
134
|
+
[Profiling](docs/profiling.md)
|
|
135
|
+
|
|
126
136
|
## Compatibility
|
|
127
137
|
|
|
128
138
|
Here's an overview of the operating systems supported in v86:
|
|
@@ -133,6 +143,7 @@ Here's an overview of the operating systems supported in v86:
|
|
|
133
143
|
- [Buildroot](https://buildroot.uclibc.org) can be used to build a minimal image.
|
|
134
144
|
[humphd/browser-vm](https://github.com/humphd/browser-vm) and
|
|
135
145
|
[darin755/browser-buildroot](https://github.com/Darin755/browser-buildroot) have some useful scripts for building one.
|
|
146
|
+
- [SkiffOS](https://github.com/skiffos/SkiffOS/tree/master/configs/browser/v86) (based on Buildroot) can cross-compile a custom image.
|
|
136
147
|
- Archlinux works. See [archlinux.md](docs/archlinux.md) for building an image.
|
|
137
148
|
- Debian works. An image can be built from a Dockerfile, see [tools/docker/debian/](tools/docker/debian/).
|
|
138
149
|
- Ubuntu up to 16.04 works.
|
|
@@ -154,7 +165,7 @@ Here's an overview of the operating systems supported in v86:
|
|
|
154
165
|
- OpenBSD works with a specific boot configuration. At the `boot>` prompt type
|
|
155
166
|
`boot -c`, then at the `UKC>` prompt `disable mpbios` and `exit`.
|
|
156
167
|
- NetBSD works only with a custom kernel, see [#350](https://github.com/copy/v86/issues/350).
|
|
157
|
-
-
|
|
168
|
+
- SerenityOS works.
|
|
158
169
|
|
|
159
170
|
You can get some infos on the disk images here: https://github.com/copy/images.
|
|
160
171
|
|