Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/i386/stand/fatboot



Module Name:    src
Committed By:   dsl
Date:           Sat Mar 10 23:59:36 UTC 2012

Modified Files:
        src/sys/arch/i386/stand/fatboot: Makefile fatboot.S
Added Files:
        src/sys/arch/i386/stand/fatboot/fat12: Makefile

Log Message:
Add support for directly booting from FAT12 filesystems.
This shouldn't really be needed except that Linux wont
mount a small FAT16 filesystem - it always treats it as FAT12
even when you tell it otherwise.
There was enough free space before the main FS on the USB stick
I've been using for an extra small FAT fs to boot from.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/fatboot/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/i386/stand/fatboot/fatboot.S
cvs rdiff -u -r0 -r1.1 src/sys/arch/i386/stand/fatboot/fat12/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index