History log of /netbsd/sys/fs/msdosfs/bootsect.h (Results 1 – 7 of 7)
Revision Date Author Comments
# 3ba3123e 09-Aug-2021 andvar <andvar@NetBSD.org>

s/fist/first/


# e32822a3 22-Jan-2016 dholland <dholland@NetBSD.org>

u_int8_t -> uint8_t


# 752a87d2 04-Nov-2012 jakllsch <jakllsch@NetBSD.org>

Stylistic changes in comments/strings:
"FAT" and "fat" are different things, use the appropriate case.
"GEMDOS" is all caps.


# 7db024f8 14-Aug-2006 gdt <gdt@NetBSD.org>

When mounting an MSDOS fileysystem, do not require that bytes 252 and
253 of the superblock be zero. Searching the net failed to find any
justification for checking these bytes; all available refere

When mounting an MSDOS fileysystem, do not require that bytes 252 and
253 of the superblock be zero. Searching the net failed to find any
justification for checking these bytes; all available references say
that they are part of the boot code and not BOOTSIG2 and BOOTSIG3.

Modify the MSDOS 7.1 bootsector definition to have 420 bytes of boot
code and no BOOTSIG[23], rather than 418 bytes of boot code, to follow
available references and apparent Windows practice. A test build
showed that these defines are not used other than in the check removed
by this commit.

Patch tested on netbsd-3, and enabled mounting of a 4 GB CF formatted
under Windows XP and then in a digital camera. The CF was previously
unmountable.

Concept approved on tech-kern by christos@ and martin@.

show more ...


# 4bffed72 03-Dec-2005 christos <christos@NetBSD.org>

- protect userland exported files against multiple inclusion.
- make sure that kernel only files don't compile in userland using #error
- XXX: some kernel only files still get installed.
- XXX: some

- protect userland exported files against multiple inclusion.
- make sure that kernel only files don't compile in userland using #error
- XXX: some kernel only files still get installed.
- XXX: some files used in userland, don't get installed.

show more ...


# 1ab040b9 06-Oct-2003 lukem <lukem@NetBSD.org>

Consistently use "bsBPB" as the struct member for the BIOS parameter block.


# 98d58548 26-Dec-2002 jdolecek <jdolecek@NetBSD.org>

move msdosfs code from sys/msdosfs to sys/fs/msdosfs