Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   tsutsui
Date:           Sat Sep 11 13:06:37 UTC 2010

Modified Files:
        src/distrib/sets/lists/base: md.amd64 md.i386
        src/sys/arch/i386/stand/bootxx: Makefile
Added Files:
        src/sys/arch/i386/stand/bootxx/bootxx_ext2fs: Makefile

Log Message:
Build and install bootxx_ext2fs, primary boot for ext2fs.

Ext2fs doesn't have enough free space (it has only 1KB)
to store this primary loader, but we can put it into
an independent small 'boot' partition as NetBSD/hp300 does
if it's really necessary.

It could be a fun project to add smaller pre-primary loader
that loads ~8KB primary loader for ext2fs, but probably it's unlikely
because there is a functional wheel named GRUB for ext2fs.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.136 -r1.137 src/distrib/sets/lists/base/md.i386
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/i386/stand/bootxx/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/i386/stand/bootxx/bootxx_ext2fs/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