Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/conf Add TMPFS and ksyms. Add an INSTALL va...
details: https://anonhg.NetBSD.org/src/rev/cdc750ca68b8
branches: trunk
changeset: 760974:cdc750ca68b8
user: matt <matt%NetBSD.org@localhost>
date: Tue Jan 18 01:07:06 2011 +0000
description:
Add TMPFS and ksyms. Add an INSTALL variant
diffstat:
sys/arch/evbppc/conf/INSTALL_PMPPC | 26 ++++++++++++++++++++++++++
sys/arch/evbppc/conf/PMPPC | 8 +++++---
2 files changed, 31 insertions(+), 3 deletions(-)
diffs (72 lines):
diff -r 10052de5b090 -r cdc750ca68b8 sys/arch/evbppc/conf/INSTALL_PMPPC
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbppc/conf/INSTALL_PMPPC Tue Jan 18 01:07:06 2011 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: INSTALL_PMPPC,v 1.2 2011/01/18 01:07:06 matt Exp $
+
+include "arch/evbppc/conf/PMPPC"
+
+#ident "INSTALL_PMPPC-$Revision: 1.2 $"
+
+# DEBUG options turned on:
+
+options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+
+pseudo-device md
+
+makeoptions NEEDS_MDSETIMAGE="yes"
+
+no config netbsd
+config netbsd root on md0a
+
+# Enable the hooks used for initializing the root memory-disk.
+options MEMORY_DISK_HOOKS
+options MEMORY_DISK_IS_ROOT # force root on memory disk
+options MEMORY_DISK_SERVER=0 # no userspace memory disk support
+## The ramdisk size must be kept in sync manually with the size of
+## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk).
+options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks
+options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
+
diff -r 10052de5b090 -r cdc750ca68b8 sys/arch/evbppc/conf/PMPPC
--- a/sys/arch/evbppc/conf/PMPPC Tue Jan 18 01:02:52 2011 +0000
+++ b/sys/arch/evbppc/conf/PMPPC Tue Jan 18 01:07:06 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: PMPPC,v 1.17 2010/11/23 11:13:57 hannken Exp $
+# $NetBSD: PMPPC,v 1.18 2011/01/18 01:07:06 matt Exp $
#
# PMPPC
#
@@ -33,7 +33,7 @@
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options TRAP_PANICWAIT
-options SYMTAB_SPACE=524288 # size for embedded symbol table
+options SYMTAB_SPACE=580000 # size for embedded symbol table
#options KGDB # remote debugger
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0xff600400,KGDB_DEVRATE=9600
@@ -71,13 +71,14 @@
file-system OVERLAY # overlay file system
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
file-system PROCFS # /proc
+file-system TMPFS # efficient memory file system
file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
file-system PTYFS # /dev/pts/N support
# File system options
#options QUOTA # UFS quotas
-#options FFS_EI # FFS Endian Independant support
+options FFS_EI # FFS Endian Independant support
options WAPBL # File system journaling support - Experimental
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
@@ -451,6 +452,7 @@
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device putter # for puffs and pud
+pseudo-device ksyms
# wscons pseudo-devices
pseudo-device wsmux # mouse & keyboard multiplexor
Home |
Main Index |
Thread Index |
Old Index