Compare commits

...

2 Commits

Author SHA1 Message Date
Juhani Krekelä f4cdb29095 Whoops, missed that (lack-of) colon 2021-06-30 20:42:03 +03:00
Juhani Krekelä 19472fbbec Use 8.3 for source file names 2021-06-30 20:41:37 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
all: nor86.img
nor86.img: bootsector.bin kernel.bin CC0 README.md
nor86.img: bootsect.bin kernel.bin CC0 README.md
rm -f $@
mkdosfs -C $@ 1440
rw -i bootsector.bin -o $@
rw -i bootsect.bin -o $@
mcopy -i $@ CC0 ::
mcopy -i $@ README.md ::
mcopy -i $@ kernel.bin ::

View File

@ -162,7 +162,7 @@ found:
push bx
.tosector
.tosector:
; Adjust the cluster number to account for first two
; "clusters" in the FAT being used for metadata
sub ax, 2