kernel/boot
C. Masloch 92ae538f1d boot: allow instsect to match the filesystem ID string
Reference: https://hg.ulukai.org/ecm/instsect/file/33218c729b43/instsect.asm#l1257

lDOS's instsect recently started to default to checking
the filesystem ID string in order to validate that the
boot sector loader to write matches the detected FS.
Using the /S=filename option or building instsect to
include the FreeDOS kernel's loaders would require use
of the /SN switch without this commit.

In addition, boot.asm and oemboot.asm are made to check
that exactly one of the ISFAT12 and ISFAT16 defs is
defined so as to select the FS. Prior to this commit
using both or neither def would silently result in a
broken loader.
2020-11-28 12:11:16 -05:00
..
boot.asm boot: allow instsect to match the filesystem ID string 2020-11-28 12:11:16 -05:00
boot32.asm boot: allow instsect to match the filesystem ID string 2020-11-28 12:11:16 -05:00
boot32lb.asm boot: allow instsect to match the filesystem ID string 2020-11-28 12:11:16 -05:00
makefile For GCC builds use GNU make instead of wmake throughout. 2018-01-11 17:50:31 -05:00
oemboot.asm boot: allow instsect to match the filesystem ID string 2020-11-28 12:11:16 -05:00