summaryrefslogtreecommitdiff
path: root/kernel/run
diff options
context:
space:
mode:
authornatrixaeria <upezu@student.kit.edu>2019-11-15 20:01:26 +0100
committernatrixaeria <upezu@student.kit.edu>2019-11-15 20:01:26 +0100
commit57850278fd6540dbf485db38d6819cbf40e0adf0 (patch)
treea1a57019e739333557eea469ac57c75b85990673 /kernel/run
parent307571308b115eb737281711c780fa4cd1ed837f (diff)
Add apic module
Diffstat (limited to 'kernel/run')
-rwxr-xr-xkernel/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/run b/kernel/run
index 8c52bd9..d7d6e85 100755
--- a/kernel/run
+++ b/kernel/run
@@ -90,7 +90,7 @@ build() {
run() {
case "$target" in
"x86_64")
- qemu="qemu-system-x86_64 -cdrom $iso_path/$name.iso"
+ qemu="qemu-system-x86_64 -cdrom $iso_path/$name.iso -cpu kvm64,+apic"
if $test_mode; then
qemu="$qemu -device isa-debug-exit,iobase=0xf4,iosize=0x04 -serial stdio -no-reboot "
if $serial_mode; then