Fix HPET unaligned read/writes on bochs
This commit is contained in:
@@ -2,7 +2,7 @@ cpu: model=p4_prescott_celeron_336
|
||||
|
||||
memory: guest=4096 host=2048
|
||||
|
||||
romimage: file=/usr/share/bochs/BIOS-bochs-latest, options=fastboot
|
||||
romimage: file=/usr/share/bochs/BIOS-bochs-latest
|
||||
vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest.bin
|
||||
|
||||
ata0: enabled=1
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
qemu-system-x86_64 -M q35 -m 4G -serial mon:stdio -cdrom mop3.iso
|
||||
qemu-system-x86_64 -M q35 -m 4G -serial mon:stdio -enable-kvm -cdrom mop3.iso
|
||||
|
||||
Reference in New Issue
Block a user