From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 18 13:05:16 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 623D916A4B3 for ; Sat, 18 Oct 2003 13:05:16 -0700 (PDT) Received: from Princeton.EDU (postoffice02.Princeton.EDU [128.112.130.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6FF343FB1 for ; Sat, 18 Oct 2003 13:05:14 -0700 (PDT) (envelope-from yruan@cs.princeton.edu) Received: from smtpserver2.Princeton.EDU (smtpserver2.Princeton.EDU [128.112.129.148]) by Princeton.EDU (8.12.9/8.12.9) with ESMTP id h9IK5DdN020123 for ; Sat, 18 Oct 2003 16:05:14 -0400 (EDT) Received: from cs.princeton.edu (targe.CS.Princeton.EDU [128.112.139.194]) (authenticated bits=0)h9IK5Df9002874 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Sat, 18 Oct 2003 16:05:13 -0400 (EDT) Message-ID: <3F919CA9.F99EA2F0@cs.princeton.edu> Date: Sat, 18 Oct 2003 16:03:53 -0400 From: Yaoping Ruan X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Subject: High mem (4GB) support on FreeBSD 4.8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2003 20:05:16 -0000 Hi: I installed the 4.8 release on a new box with 4GB memory, and found kernel panic when I tried to write date. But the system run great with only 2GB memory. Is there any kernel compiling option in the LINT, like the "high mem" option in Linux? BTW, we also tried 4.6 release, didn't have this problem but had some different issues. The following is the kernel core dump when I tried to generate a 1GB date set. #0 0xc0216386 in dumpsys () (kgdb) where #0 0xc0216386 in dumpsys () #1 0xc0216157 in boot () #2 0xc021657c in poweroff_wait () #3 0xc0389dbe in trap_fatal () #4 0xc0389a91 in trap_pfault () #5 0xc038964f in trap () #6 0xc03882cf in generic_bzero () #7 0xc032335f in ffs_vget () #8 0xc0318119 in ffs_valloc () #9 0xc032b063 in ufs_makeinode () #10 0xc0328aac in ufs_create () #11 0xc032b359 in ufs_vnoperate () #12 0xc024a9f4 in vn_open () #13 0xc0246bf0 in open () #14 0xc038a06d in syscall2 () #15 0xc037ae85 in Xint0x80_syscall () #16 0x8048b3f in ?? () #17 0x80496f1 in ?? () #18 0x8048971 in ?? () Thanks in advance for any clue. - Yaoping Ruan