Home | History | Annotate | Download | only in fatboot
History log of /src/sys/arch/i386/stand/fatboot/Makefile
RevisionDateAuthorComments
 1.3  10-Mar-2012  dsl 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.
 1.2  06-Jan-2007  dsl branches: 1.2.2; 1.2.6; 1.2.86; 1.2.90;
Change build to allow a fat32 bootstrap to be built from the same sources
(the relevant changes haven't been done though).
Call built binary bootxx_fat16 for consistency.
Use 'push %cs' to push a zero value in places where we had relied on %bx
being zero from much higher up the code.
 1.1  01-Jan-2007  dsl Add a sub-512 byte piece of code that can be written (by a modified installboot)
into the first sector of a FAT16 filesystem and will load 'boot' (and hence)
the netbsd kernel from it.
Unlike bootxx_msdosfs this doesn't need the filesystem to have 8k of 'reserved'
sectors, and may well work on non-512 byte media (as yet untested).
 1.2.90.1  11-Mar-2012  mrg sync to latest -current
 1.2.86.1  17-Apr-2012  yamt sync with head
 1.2.6.2  26-Feb-2007  yamt sync with head.
 1.2.6.1  06-Jan-2007  yamt file Makefile was added on branch yamt-lazymbuf on 2007-02-26 09:07:04 +0000
 1.2.2.2  12-Jan-2007  ad Sync with head.
 1.2.2.1  06-Jan-2007  ad file Makefile was added on branch newlock2 on 2007-01-12 01:00:51 +0000

RSS XML Feed