mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
os-image.bin can be shortened to $@
This commit is contained in:
parent
9f013c0642
commit
d9d5ae0176
@ -23,7 +23,7 @@ bootsect.bin: bootsect.asm
|
||||
nasm $< -f bin -o $@
|
||||
|
||||
os-image.bin: bootsect.bin kernel.bin
|
||||
cat $^ > os-image.bin
|
||||
cat $^ > $@
|
||||
|
||||
run: os-image.bin
|
||||
qemu-system-i386 -fda $<
|
||||
|
Loading…
Reference in New Issue
Block a user