未验证 提交 d9d5ae01 编写于 作者: S Sam Uwe Alws 提交者: GitHub

os-image.bin can be shortened to $@

上级 9f013c06
...@@ -23,7 +23,7 @@ bootsect.bin: bootsect.asm ...@@ -23,7 +23,7 @@ bootsect.bin: bootsect.asm
nasm $< -f bin -o $@ nasm $< -f bin -o $@
os-image.bin: bootsect.bin kernel.bin os-image.bin: bootsect.bin kernel.bin
cat $^ > os-image.bin cat $^ > $@
run: os-image.bin run: os-image.bin
qemu-system-i386 -fda $< qemu-system-i386 -fda $<
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册