mirror of
https://git.stationery.faith/corn/corn.git
synced 2024-11-22 05:32:18 +00:00
better qemu options
This commit is contained in:
parent
e76cbbcb32
commit
c9d9f1a9af
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -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
|
grub-mkrescue -o $(BUILD_DIR)/$(ISO_NAME) $(BUILD_DIR)/iso
|
||||||
|
|
||||||
run: all
|
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
|
||||||
|
|
Loading…
Reference in a new issue