64bit-os-tutorial icon indicating copy to clipboard operation
64bit-os-tutorial copied to clipboard

Automatically set the sector size to be read by the bootsector

Open WCY-dt opened this issue 8 months ago • 1 comments

I noticed that in build.sh there exists

echo "ALERT: Adjust boot sector to load $sectors sectors"

I think this can be automated. We can set a variable in boot.asm to modify, and then write the calculated size into it using build.sh.

WCY-dt avatar Jul 02 '24 04:07 WCY-dt