Skip to content

Commit e1301de

Browse files
Enabled reboots.
1 parent f0d893d commit e1301de

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Makefile

+3-6
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ run-x86:
3939
-drive id=disk,file=disk.txt,if=none \
4040
-device ahci,id=ahci \
4141
-device ide-hd,drive=disk,bus=ahci.0 \
42-
-m 512 \
43-
-no-reboot
42+
-m 512
4443

4544
run-x86-hdd:
4645
@qemu-system-x86_64 \
@@ -54,8 +53,7 @@ run-x86-hdd:
5453
-drive id=disk,file=disk.txt,if=none \
5554
-device ahci,id=ahci \
5655
-device ide-hd,drive=disk,bus=ahci.0 \
57-
-m 512 \
58-
-no-reboot
56+
-m 512
5957

6058
run-x86-uefi:
6159
@qemu-system-x86_64 \
@@ -70,8 +68,7 @@ run-x86-uefi:
7068
-drive id=disk,file=disk.txt,if=none \
7169
-device ahci,id=ahci \
7270
-device ide-hd,drive=disk,bus=ahci.0 \
73-
-m 512 \
74-
-no-reboot
71+
-m 512
7572

7673
everything:
7774
@make clean all -C source && make iso tarball run-x86

0 commit comments

Comments
 (0)