PERFORCE change 71839 for review

John-Mark Gurney jmg at FreeBSD.org
Fri Feb 25 18:16:48 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=71839

Change 71839 by jmg at jmg_carbon on 2005/02/25 18:16:27

	now that we have MFS and GEOM_UZIP working (due to arbitrarily
	sized kernels up to 6megs) add these options..
	
	add ALL_BREAK_TO_DEBUGGER to increase my chances of getting into
	the debugger...
	
	add the new MFS_IMAGE option..

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/TS7200#6 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/TS7200#6 (text+ko) ====

@@ -25,6 +25,7 @@
 options 	KERNVIRTADDR=0xc0200000		# Used in ldscript.arm
 makeoptions	KERNPHYSADDR=0x00200000
 makeoptions	KERNVIRTADDR=0xc0200000
+makeoptions	MFS_IMAGE="/tmp/mfs.ufs.uzip"
 
 options STARTUP_PAGETABLE_ADDR=0x00000000
 options	ARM32_NEW_VM_LAYOUT
@@ -36,6 +37,7 @@
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	CONF_CFLAGS=-mcpu=arm9
 options 	DDB
+options 	ALT_BREAK_TO_DEBUGGER
 #options 	ARMFPE
 options 	HZ=64
 #options 	DEVICE_POLLING
@@ -48,8 +50,8 @@
 options 	UFS_ACL			#Support for access control lists
 options 	UFS_DIRHASH		#Improve performance on big directories
 options 	MD_ROOT			# MD is a potential root device
-#options 	MD_ROOT_SIZE="1536"	# MD is 1meg
-#options 	GEOM_UZIP
+options 	MD_ROOT_SIZE="1536"	# MD is 1meg
+options 	GEOM_UZIP
 options 	NFSCLIENT		#Network Filesystem Client
 options 	NFSSERVER		#Network Filesystem Server
 options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT


More information about the p4-projects mailing list