v86 0.5.121 → 0.5.155
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 +2 -1
- package/build/libv86-debug.js +675 -687
- package/build/libv86-debug.mjs +490 -489
- package/build/libv86.js +93 -93
- package/build/libv86.mjs +179 -180
- package/build/v86-debug.wasm +0 -0
- package/build/v86-fallback.wasm +0 -0
- package/build/v86.wasm +0 -0
- package/package.json +1 -1
package/Readme.md
CHANGED
|
@@ -25,6 +25,7 @@ list of emulated hardware:
|
|
|
25
25
|
- A generic VGA card with SVGA support and Bochs VBE Extensions.
|
|
26
26
|
- A PCI bus. This one is partly incomplete and not used by every device.
|
|
27
27
|
- An IDE disk controller.
|
|
28
|
+
- A built-in ISO 9660 CD-ROM generator.
|
|
28
29
|
- An NE2000 (RTL8390) PCI network card.
|
|
29
30
|
- Various virtio devices: Filesystem, network and balloon.
|
|
30
31
|
- A SoundBlaster 16 sound card.
|
|
@@ -148,7 +149,7 @@ for a full setup on Debian or
|
|
|
148
149
|
The disk images for testing are not included in this repository. You can
|
|
149
150
|
download them directly from the website using:
|
|
150
151
|
|
|
151
|
-
`
|
|
152
|
+
`curl --compressed --output-dir images/ --remote-name-all https://i.copy.sh/{linux.iso,linux3.iso,linux4.iso,buildroot-bzimage68.bin,TinyCore-11.0.iso,oberon.img,msdos.img,openbsd-floppy.img,kolibri.img,windows101.img,os8.img,freedos722.img,mobius-fd-release5.img,msdos622.img}`
|
|
152
153
|
|
|
153
154
|
Run integration tests: `make tests`
|
|
154
155
|
|