Module Name:    src
Committed By:   tsutsui
Date:           Sat Sep 11 12:43:54 UTC 2010

Modified Files:
        src/sys/arch/i386/stand/boot: Makefile.boot

Log Message:
Enable SUPPORT_EXT2FS. Tested on i386 that has root on ext2fs
with 128 byte and 256 byte inode sizes on QEMU.

Note for netbsd-5, this also requires HEAP_START=0x30000
as applied in rev 1.37, and this might also get another limit
on cdboot as described in PR install/42202.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/i386/stand/boot/Makefile.boot

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

Modified files:

Index: src/sys/arch/i386/stand/boot/Makefile.boot
diff -u src/sys/arch/i386/stand/boot/Makefile.boot:1.44 src/sys/arch/i386/stand/boot/Makefile.boot:1.45
--- src/sys/arch/i386/stand/boot/Makefile.boot:1.44	Thu May 27 06:58:14 2010
+++ src/sys/arch/i386/stand/boot/Makefile.boot	Sat Sep 11 12:43:54 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.44 2010/05/27 06:58:14 dholland Exp $
+# $NetBSD: Makefile.boot,v 1.45 2010/09/11 12:43:54 tsutsui Exp $
 
 S=	${.CURDIR}/../../../../..
 
@@ -72,7 +72,7 @@
 CPPFLAGS+= -DSUPPORT_CD9660
 CPPFLAGS+= -DSUPPORT_USTARFS
 CPPFLAGS+= -DSUPPORT_DOSFS
-#CPPFLAGS+= -DSUPPORT_EXT2FS
+CPPFLAGS+= -DSUPPORT_EXT2FS
 CPPFLAGS+= -DPASS_BIOSGEOM
 CPPFLAGS+= -DPASS_MEMMAP
 #CPPFLAGS+= -DBOOTPASSWD

Reply via email to