Add some bios routines

This commit is contained in:
manzerbredes 2015-07-18 10:23:36 +04:00
parent 707d7e38b6
commit 9d2b511fd5
4 changed files with 61 additions and 1 deletions

View file

@ -2,7 +2,7 @@
bootloader.bin: bootloader.asm
nasm -f bin -o $@ $^
nasm -f bin -o $@ $<
clean:
rm bootloader.bin