1
This commit is contained in:
churl
2022-05-14 16:52:47 +02:00
parent 824b8e9ddf
commit d1f68b234d
7 changed files with 0 additions and 0 deletions

9
boot/Makefile Executable file
View File

@ -0,0 +1,9 @@
# $Id: Makefile 956 2008-10-19 22:24:23Z hsc $
all: bootsect setup
% : %.asm
nasm -f bin $<
clean:
rm -f *~ bootsect setup