aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-08 22:39:16 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-09 10:13:26 +0200
commit170f3c0fe5def46c4d287a385e2354536fc5f693 (patch)
tree790bb4fc6b796894b1d1df3bf5d33f09d198bc1c /makefile
parentMove multiboot header to its own section (diff)
downloadkernel.cpp-170f3c0fe5def46c4d287a385e2354536fc5f693.tar.xz
Map kernel to higher half
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index afbe1d1..a7379d1 100644
--- a/makefile
+++ b/makefile
@@ -55,5 +55,5 @@ glitch.iso: glitch.elf grub/grub.cfg
@$(GRUB_MKRESCUE) -o $@ isodir
run: glitch.iso
- @$(EMU) $<
+ @$(EMU) $< -no-reboot -no-shutdown -d guest_errors -monitor stdio