Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md to specify operating system compatibility in Virtual x86 #926

Merged
merged 2 commits into from
Sep 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ 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.
- KNOPPIX 9.1 works.
- Elementary OS 0.3.2 works.
- Slax works.
- AntiX works
- Fedora 30 works.
- Zorin OS 12.6 works.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't really need to name every Linux distribution. How about just Fedora, the is based on Debian or Ubuntu anyway.

- 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
Expand Down