1
0
Fork 0
mirror of https://git.stationery.faith/corn/corn.git synced 2025-04-21 22:57:26 +00:00

better qemu options

This commit is contained in:
Murphy 2024-01-30 12:53:31 -05:00
parent e76cbbcb32
commit c9d9f1a9af
Signed by: freya
GPG key ID: 744AB800E383AE52

View file

@ -47,4 +47,8 @@ $(BUILD_DIR)/$(ISO_NAME): $(BUILD_DIR)/$(K_BIN_NAME) grub.cfg
grub-mkrescue -o $(BUILD_DIR)/$(ISO_NAME) $(BUILD_DIR)/iso
run: all
qemu-system-x86_64 $(BUILD_DIR)/$(ISO_NAME) -serial stdio -m 4G
qemu-system-x86_64 \
-cdrom $(BUILD_DIR)/$(ISO_NAME) \
-serial stdio \
-m 4G \
-name corn