summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-22 02:37:42 +0200
committerMiguel <m.i@gmx.at>2018-08-22 02:37:42 +0200
commit9acb4d60a348db1bcaaba4fad44e2a7105d9c579 (patch)
treefd392dbaeeb821cd293c3f2cbf56df2dc8807757 /Makefile
parent59038fc67c20a1f04e5d2fd5f9a444e707d1d3ea (diff)
tss works finally (for one usertask!)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cde9d5d..b38f49a 100644
--- a/Makefile
+++ b/Makefile
@@ -149,13 +149,15 @@ $(KERNEL_IMG): $(ASM_MULTIBOOT_OBJ) $(ASM_OBJECTS) $(OBJECTS)
run-qemu: all
#qemu-system-i386 -enable-kvm disk.img -smp 4 -s
#qemu-system-i386 -enable-kvm -s -kernel foolos.img -smp 4 -initrd userspace/ext2.img
- qemu-system-i386 -enable-kvm $(FOOLOS_ISO) -smp 4 -serial stdio
+ qemu-system-i386 -enable-kvm $(FOOLOS_ISO) -smp 4 -serial stdio
run-qemu-debug: all
# qemu -enable-kvm -s -S ~/temp/FoolOs/disk.img
# qemu -enable-kvm -s -singlestep disk.img
# qemu-system-i386 -enable-kvm -s -S -kernel foolos.img -smp 4 -initrd userspace/ext2.img
qemu-system-i386 -s -S $(FOOLOS_ISO) -smp 4 -serial stdio #-enable-kvm -smp 1
+monitor:
+ qemu-system-i386 -s -S $(FOOLOS_ISO) -smp 4 -monitor stdio # -serial stdio #-enable-kvm -smp 1
stop-qemu:
killall qemu-system-i386