Date: Fri, 25 Feb 2005 18:16:47 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 71839 for review Message-ID: <200502251816.j1PIGln8098054@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71839 Change 71839 by jmg@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502251816.j1PIGln8098054>