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 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
- `wget -P images/ https://i.copy.sh/{linux3.iso,linux.iso,linux4.iso,buildroot-bzimage68.bin,openbsd-floppy.img,kolibri.img,windows101.img,os8.img,freedos722.img}`
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