Source-Changes-HG archive

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

[src/uebayasi-xip]: src/sys/arch/i386/stand/bootxx/bootxx_ext2fs Build and in...



details:   https://anonhg.NetBSD.org/src/rev/bbd0d153753f
branches:  uebayasi-xip
changeset: 751799:bbd0d153753f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Sep 11 13:06:38 2010 +0000

description:
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.

diffstat:

 sys/arch/i386/stand/bootxx/bootxx_ext2fs/Makefile |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r 1e9bcff632d0 -r bbd0d153753f sys/arch/i386/stand/bootxx/bootxx_ext2fs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/bootxx/bootxx_ext2fs/Makefile Sat Sep 11 13:06:38 2010 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1.6.2 2010/09/11 13:06:38 tsutsui Exp $
+
+FS=ext2fs
+
+.include <../Makefile.bootxx>



Home | Main Index | Thread Index | Old Index