From owner-p4-projects@FreeBSD.ORG Fri Feb 25 18:16:48 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F022916A502; Fri, 25 Feb 2005 18:16:47 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE16E16A4D1 for ; Fri, 25 Feb 2005 18:16:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5964643D5D for ; Fri, 25 Feb 2005 18:16:47 +0000 (GMT) (envelope-from jmg@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1PIGli7098057 for ; Fri, 25 Feb 2005 18:16:47 GMT (envelope-from jmg@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1PIGln8098054 for perforce@freebsd.org; Fri, 25 Feb 2005 18:16:47 GMT (envelope-from jmg@freebsd.org) Date: Fri, 25 Feb 2005 18:16:47 GMT Message-Id: <200502251816.j1PIGln8098054@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmg@freebsd.org using -f From: John-Mark Gurney To: Perforce Change Reviews Subject: PERFORCE change 71839 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 18:16:48 -0000 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