v86 0.5.142 → 0.5.156
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 -0
- package/build/libv86-debug.js +675 -688
- package/build/libv86-debug.mjs +490 -489
- package/build/libv86.js +92 -92
- package/build/libv86.mjs +168 -169
- 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.
|