AMIGASYSTEMDistro MaintainerPosted
9 months agoTwo more updates, 1.2.1 and 1.2.2, among the new features is another request of mine for AROS 64 Bit, namely the ability to set 6GB for those who only have 8GB on their PC.
AMIGASYSTEM attached the following image:
walkeroNewbiePosted
2 days agoFirstly, I would like to thank AMIGASYSTEM for sharing information about Kyvos. I appreciate that.
I am already working on the next update, where I am making changes for a better support of AROS on QEMU. I am looking into adding more graphics cards options and the vmware is one of them.
Based on my tests I have both AROS and ArosOne 32bit version to boot on QEMU with -vga vmware, but I can't say the same about the 64bit. When I boot from the ISO, no matter what resolution I select on grub, I end up with a black screen nothing happening.
So, I am asking for your help to understand if I am doing something wrong. Is it tested successfully on QEMU, and should it work? Any information could be useful.
Also, I would like to ask if ati-vga should work.
AMIGASYSTEMDistro MaintainerPosted
2 days agoAs far as I know, QEMU is also a virtualisation platform (QEMU+KVM)
cdimauroJunior MemberPosted
1 day agoYes, it can use some virtualization technology, but it's not at the level of VMWare.
AMIGASYSTEMDistro MaintainerPosted
19 hours agoThanks, deadwood. The -enable-kvm parameter is not supported on Windows systems; KVM is a virtualisation technology native to the Linux kernel.
From what I’ve read, to achieve high performance on Windows (similar to KVM on Linux), QEMU uses other accelerators where supported by the PC and the operating system: Intel HAXM, used primarily on Intel processors, and WHPX, used to enable acceleration via Windows Hyper-V.
-accel haxm = To use Intel HAXM
-accel whpx = To use Hyper-V