Update Readme.md to specify operating system compatibility (#926)

This commit is contained in:
Ryan 2023-09-21 05:53:04 +02:00 committed by GitHub
parent 4928c9165d
commit baa0966a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ list of emulated hardware:
- A PCI bus. This one is partly incomplete and not used by every device.
- An IDE disk controller.
- An NE2000 (RTL8390) PCI network card.
- A virtio filesystem.
- A VirtIO filesystem.
- A SoundBlaster 16 sound card.
## Demos
@ -67,7 +67,8 @@ list of emulated hardware:
Here's an overview of the operating systems supported in v86:
- Linux works pretty well. 64-bit kernels are not supported.
- Damn Small Linux (2.4 Kernel) works.
- Damn Small Linux (2.4.31 kernel) works.
- Fedora 30 works.
- All tested versions of TinyCore work.
- [Buildroot](https://buildroot.uclibc.org) can be used to build a minimal image.
[humphd/browser-vm](https://github.com/humphd/browser-vm) and