summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dev/Boot/amd64-desktop.make2
-rwxr-xr-xgdb.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make
index f1bd60f1..37244c91 100644
--- a/dev/Boot/amd64-desktop.make
+++ b/dev/Boot/amd64-desktop.make
@@ -30,7 +30,7 @@ IMG_2=epm-master-2.img
EMU_FLAGS=-net none -smp 4 -m 8G \
-bios $(BIOS) -drive \
- file=fat:rw:src/Root/,index=3,format=raw
+ file=fat:rw:src/Root/,index=3,format=raw -accel kvm
LD_FLAGS=-e Main --subsystem=10
diff --git a/gdb.sh b/gdb.sh
index 1c87503c..30254da3 100755
--- a/gdb.sh
+++ b/gdb.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-gdb -x -q boot/gdbinit
+gdb -q -x boot/gdbinit