summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-27 03:33:01 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-27 03:33:01 -0500
commit59050bbca0b7525fb9054fe57946a4a3917d50e8 (patch)
treee3c028aa36ed93c7a0ac9cf926ae2674242c9ba7 /Makefile
parentImplemented and fixed paging (diff)
downloadcorn-59050bbca0b7525fb9054fe57946a4a3917d50e8.tar.gz
corn-59050bbca0b7525fb9054fe57946a4a3917d50e8.tar.bz2
corn-59050bbca0b7525fb9054fe57946a4a3917d50e8.zip
joe biden
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d0f04c..78d922a 100644
--- a/Makefile
+++ b/Makefile
@@ -45,3 +45,6 @@ $(BUILD_DIR)/$(ISO_NAME): $(BUILD_DIR)/$(K_BIN_NAME) grub.cfg
cp grub.cfg $(BUILD_DIR)/iso/boot/grub
cp $(BUILD_DIR)/$(K_BIN_NAME) $(BUILD_DIR)/iso/boot
grub-mkrescue -o $(BUILD_DIR)/$(ISO_NAME) $(BUILD_DIR)/iso
+
+run:
+ qemu-system-x86_64 $(BUILD_DIR)/$(ISO_NAME) -serial stdio