v86 0.5.305 → 0.5.307
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 +1 -1
- package/build/libv86-debug.js +253 -196
- package/build/libv86-debug.mjs +253 -196
- package/build/libv86.js +200 -196
- package/build/libv86.mjs +195 -191
- package/package.json +1 -1
package/Readme.md
CHANGED
|
@@ -75,7 +75,7 @@ list of emulated hardware:
|
|
|
75
75
|
Here's an overview of the operating systems supported in v86:
|
|
76
76
|
|
|
77
77
|
- Linux works pretty well. 64-bit kernels are not supported.
|
|
78
|
-
- [Buildroot](https://buildroot.
|
|
78
|
+
- [Buildroot](https://buildroot.org/) can be used to build a minimal image.
|
|
79
79
|
[humphd/browser-vm](https://github.com/humphd/browser-vm) and
|
|
80
80
|
[darin755/browser-buildroot](https://github.com/Darin755/browser-buildroot) have some useful scripts for building one.
|
|
81
81
|
- [SkiffOS](https://github.com/skiffos/SkiffOS/tree/master/configs/browser/v86) (based on Buildroot) can cross-compile a custom image.
|