projects
/
eightysix
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de48157
)
foo
author
John Tsiombikas
<nuclear@member.fsf.org>
Thu, 17 Nov 2022 02:10:35 +0000
(
04:10
+0200)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Thu, 17 Nov 2022 02:10:35 +0000
(
04:10
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5c19343
..
44d9d66
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,7
+7,7
@@
img = bootldr.img
CC = ia16-elf-gcc
LD = ia16-elf-ld
-CFLAGS = -march=i8088 -mtune=i8088 -DFLOPPY360
+CFLAGS = -march=i8088 -mtune=i8088
$(img): $(bin)
dd if=/dev/zero of=$@ bs=512 count=$(disk_numsec)