1

add setup/boot code

This commit is contained in:
churl
2022-04-16 14:44:49 +02:00
parent 3e28f3b49d
commit d106ef85fa
10 changed files with 1289 additions and 0 deletions

9
c_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