diff options
author | Mateja <mail@matejamaric.com> | 2021-01-18 17:28:50 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-01-18 17:28:50 +0100 |
commit | 9a267d74e4b29a1a3882dc3b77f4ebf7f6af9158 (patch) | |
tree | 0a22ba7bbf0d171619e87a04f42cd0090f6bc300 /makefile | |
parent | 442a09d1d6d356c2990f9c1573aa2840297f92da (diff) | |
download | bootloader-9a267d74e4b29a1a3882dc3b77f4ebf7f6af9158.tar.gz bootloader-9a267d74e4b29a1a3882dc3b77f4ebf7f6af9158.zip |
Diffstat (limited to 'makefile')
-rwxr-xr-x | makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/makefile b/makefile deleted file mode 100755 index f181ac6..0000000 --- a/makefile +++ /dev/null @@ -1,12 +0,0 @@ -boot.bin: boot.asm - nasm -f bin boot.asm -o boot.bin -all: boot.bin - truncate boot.bin -s 1200k - mkisofs -o boot.iso -b boot.bin ./ - dd if=boot.bin of=boot.flp bs=512 count=2880 -clean: - rm boot.bin - rm boot.iso - rm boot.flp -run: boot.bin - qemu-system-x86_64 boot.bin |