-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Conversation
Readme.md
Outdated
- Slax works. | ||
- AntiX works | ||
- Fedora 30 works. | ||
- Zorin OS 12.6 works. |
There was a problem hiding this comment.
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.
yeah, good reason
________________________________
From: Fabian ***@***.***>
Sent: Wednesday, September 20, 2023 3:57 PM
To: copy/v86 ***@***.***>
Cc: Ryan ***@***.***>; Author ***@***.***>
Subject: Re: [copy/v86] Update Readme.md to specify operating system compatibility in Virtual x86 (PR #926)
@copy commented on this pull request.
________________________________
In Readme.md<#926 (comment)>:
@@ -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.
We don't really need to name every Linux distribution. How about just Fedora, the is based on Debian or Ubuntu anyway.
—
Reply to this email directly, view it on GitHub<#926 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQQXXRZ44GPPTPH5VY5R5M3X3LY3JANCNFSM6AAAAAA46SSMQI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
better? |
Looks good now. That said, does Fedora 30 actually work? |
yes. see the screenshots i posted in the gitter discussion channel |
I can't reproduce it, does only the LXDE version work? |
What specifications have you allocated to the virtual machine? Give it 2048MB RAM, 128MB VRAM, and keep ACPI off (Because it's not required for correct operation). Use the boot arguments |
Does it work correctly? I wouldn't expect any distro (not even bloated ones) to take more than a few minutes to boot. |
It looks like Fedora 30 just outright works (although very slowly unless you are using one of the optional desktop environments.
These were tested with I'm guessing the very long boot time in that other screenshot was either because of the boot arguments that were used or potentially a slow host was being used. I am testing things with an |
Hmm, indeed. It's similarly slow in qemu-kvm, so let's assume v86 isn't at fault here. |
Read the title to see what this PR is about :)