Module Name:    src
Committed By:   matt
Date:           Tue Jan 18 01:07:06 UTC 2011

Modified Files:
        src/sys/arch/evbppc/conf: PMPPC
Added Files:
        src/sys/arch/evbppc/conf: INSTALL_PMPPC

Log Message:
Add TMPFS and ksyms.  Add an INSTALL variant


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.2 src/sys/arch/evbppc/conf/INSTALL_PMPPC
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbppc/conf/PMPPC

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/evbppc/conf/PMPPC
diff -u src/sys/arch/evbppc/conf/PMPPC:1.17 src/sys/arch/evbppc/conf/PMPPC:1.18
--- src/sys/arch/evbppc/conf/PMPPC:1.17	Tue Nov 23 11:13:57 2010
+++ src/sys/arch/evbppc/conf/PMPPC	Tue Jan 18 01:07:06 2011
@@ -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

Added files:

Index: src/sys/arch/evbppc/conf/INSTALL_PMPPC
diff -u /dev/null src/sys/arch/evbppc/conf/INSTALL_PMPPC:1.2
--- /dev/null	Tue Jan 18 01:07:06 2011
+++ src/sys/arch/evbppc/conf/INSTALL_PMPPC	Tue Jan 18 01:07:06 2011
@@ -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
+

Reply via email to