We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Max! There seems to be something wrong if I enable KVM in QEMU. Without KVM it works as expected
~/Downloads> qemu-system-i386 -cdrom ghost.iso -m 1G -serial stdio -enable-kvm Ghost Loader Version 1.1.0 loader found kernel binary at 0x04cc9000, loading... Ghost Kernel Version 0.18.1 Copyright (C) 2022, Max Schl�ssel <[email protected]> kernel initializing core services memory available: 947 MiB ramdisk module loaded: 75 MB cpu vendor: 'AuthenticAMD' cpu available features: PAE MMX SSE SSE2 qemu: Failed to put registers after init: Invalid argument EAX=00000000 EBX=00010000 ECX=000000f0 EDX=f4b9e080 ESI=00000000 EDI=00000000 EBP=c001cf34 ESP=c001cf34 EIP=c00083c6 EFL=00000082 [--S----] CPL=0 II=0 A20=1 SMM=0 HLT=0 ES =0010 00000000 ffffffff 00f09300 DPL=0 DS [-WA] CS =0008 00000000 ffffffff 00e09b00 DPL=0 CS64 [-RA] SS =0010 00000000 ffffffff 00f09300 DPL=0 DS [-WA] DS =0010 00000000 ffffffff 00f09300 DPL=0 DS [-WA] FS =0010 00000000 ffffffff 00f09300 DPL=0 DS [-WA] GS =0010 00000000 ffffffff 00f09300 DPL=0 DS [-WA] LDT=0000 00000000 0000ffff 00008200 DPL=0 LDT TR =0028 c002b8ea 00000068 00008b00 DPL=0 TSS32-busy GDT= c002b8aa 0000003f IDT= c001a1c0 000007ff CR0=80000013 CR2=00000000 CR3=04cc9000 CR4=00000680 DR0=00000000 DR1=00000000 DR2=00000000 DR3=00000000 DR6=ffff0ff0 DR7=00000400 EFER=0000000000000000 Code=89 e5 8b 15 b0 a1 01 c0 8b 45 08 01 d0 89 c2 8b 45 0c 89 02 <90> 5d c3 55 89 e5 83 ec 18 6a 03 68 e0 03 00 00 e8 d6 ff ff ff 83 c4 08 83 ec 0c 68 10 27
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Max!
There seems to be something wrong if I enable KVM in QEMU.
Without KVM it works as expected
The text was updated successfully, but these errors were encountered: