FreeDOS/boot
C. Masloch 2efe4ab9f4 boot: enable loading from file systems with 256 sectors per cluster
This should be Enhanced DR-DOS compatible.

oemboot.asm contains an optimisation to save 2 bytes,
by using mov instead of a lea with bp evaluating to
a constant value. This was needed to fit the addition
for 256 spc support. It is otherwise unrelated.

The LBA detection patch offsets in SYS have also been
updated to match the changed boot.asm offsets.
2023-01-04 19:38:57 -05:00
..
boot32.asm boot: enable loading from file systems with 256 sectors per cluster 2023-01-04 19:38:57 -05:00
boot32lb.asm boot: enable loading from file systems with 256 sectors per cluster 2023-01-04 19:38:57 -05:00
boot.asm boot: enable loading from file systems with 256 sectors per cluster 2023-01-04 19:38:57 -05:00
makefile For GCC builds use GNU make instead of wmake throughout. 2018-01-11 17:50:31 -05:00
oemboot.asm boot: enable loading from file systems with 256 sectors per cluster 2023-01-04 19:38:57 -05:00