Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/boot Enable SUPPORT_EXT2FS. Tested on i3...
details: https://anonhg.NetBSD.org/src/rev/b46649c6add9
branches: trunk
changeset: 757673:b46649c6add9
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Sep 11 12:43:54 2010 +0000
description:
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.
diffstat:
sys/arch/i386/stand/boot/Makefile.boot | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bb36bbd29a7c -r b46649c6add9 sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot Sat Sep 11 11:11:52 2010 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot Sat Sep 11 12:43:54 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index