v86 0.5.334 → 0.5.352
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 -0
- package/build/libv86-debug.js +1605 -1264
- package/build/libv86-debug.mjs +1605 -1264
- package/build/libv86.js +548 -525
- package/build/libv86.mjs +600 -581
- package/package.json +1 -1
- package/v86.d.ts +2 -0
package/Readme.md
CHANGED
|
@@ -29,6 +29,7 @@ list of emulated hardware:
|
|
|
29
29
|
- An NE2000 (RTL8390) PCI network card.
|
|
30
30
|
- Various virtio devices: Filesystem, network and balloon.
|
|
31
31
|
- A SoundBlaster 16 sound card.
|
|
32
|
+
- A hayes-compatible dial-up Modem.
|
|
32
33
|
|
|
33
34
|
## Demos
|
|
34
35
|
|
|
@@ -61,6 +62,7 @@ list of emulated hardware:
|
|
|
61
62
|
|
|
62
63
|
[How it works](docs/how-it-works.md) —
|
|
63
64
|
[Networking](docs/networking.md) —
|
|
65
|
+
[Dial-up modem networking](docs/modem.md) —
|
|
64
66
|
[Alpine Linux guest setup](tools/docker/alpine/) —
|
|
65
67
|
[Arch Linux guest setup](docs/archlinux.md) —
|
|
66
68
|
[Windows NT guest setup](docs/windows-nt.md) —
|