From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 14:52:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C3F16A4CE for ; Thu, 21 Oct 2004 14:52:37 +0000 (GMT) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82D7443D5D for ; Thu, 21 Oct 2004 14:52:36 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=ganbold.micom.mng.net) by publicd.ub.mng.net with asmtp (Exim 4.41 (FreeBSD)) id 1CKeL4-0007kP-O4; Thu, 21 Oct 2004 22:54:52 +0800 Message-Id: <6.1.2.0.2.20041021224540.02b3c2c0@202.179.0.80> X-Sender: ganbold@micom.mng.net@202.179.0.80 X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Thu, 21 Oct 2004 22:52:17 +0900 To: Claus Guttesen From: Ganbold In-Reply-To: <20041021141959.24283.qmail@web14122.mail.yahoo.com> References: <6.1.2.0.2.20041021214718.02b3cc80@202.179.0.80> <20041021141959.24283.qmail@web14122.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-current@freebsd.org Subject: Re: FreeBSD 5.3-RC1 problem on IBM @server 325 type 8835 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 14:52:37 -0000 Hi, At 11:19 PM 10/21/2004, you wrote: >Hi. > >Just replying without cc-ing current-list. > >Reg. the AT-driver which doesn't support more than 4 >GB RAM, you can disable the ATA-related stuff in BIOS, >if you want to utilize the 8 GB RAM. I installed and already did cvsup and installed world. make installworld somehow didn't know the paths of the following tools: btxld, dd, cp, ls. I added full path to Makefiles. Changed Makefiles files: /usr/src/sys/boot/i386/boot2/Makefile /usr/src/sys/boot/i386/loader/Makefile /usr/src/sys/boot/i386/pxeldr/Makefile Now everything seems like working fine with 4GB of RAM. However if I use 8GB of RAM it starts not working. Some tools like netstat, finger, sshd is not working under 8GB RAM even I put hw.physmem=8G in /boot/loader.conf. Any ideas? How can I use 8GB RAM fully? thanks, Ganbold >tht >Claus