We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d893d commit e1301deCopy full SHA for e1301de
Makefile
@@ -39,8 +39,7 @@ run-x86:
39
-drive id=disk,file=disk.txt,if=none \
40
-device ahci,id=ahci \
41
-device ide-hd,drive=disk,bus=ahci.0 \
42
- -m 512 \
43
- -no-reboot
+ -m 512
44
45
run-x86-hdd:
46
@qemu-system-x86_64 \
@@ -54,8 +53,7 @@ run-x86-hdd:
54
53
55
56
57
58
59
60
run-x86-uefi:
61
@@ -70,8 +68,7 @@ run-x86-uefi:
70
68
71
69
72
73
74
75
76
everything:
77
@make clean all -C source && make iso tarball run-x86
0 commit comments