From owner-freebsd-hackers Sat May 6 04:24:49 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA05245 for hackers-outgoing; Sat, 6 May 1995 04:24:49 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA05238 for ; Sat, 6 May 1995 04:24:46 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id EAA00591; Sat, 6 May 1995 04:24:43 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id EAA00321; Sat, 6 May 1995 04:24:43 -0700 Message-Id: <199505061124.EAA00321@corbin.Root.COM> To: Jim Bryant cc: freebsd-hackers@FreeBSD.org Subject: Re: problems with 0412 In-reply-to: Your message of "Sat, 06 May 95 06:13:48 CDT." <199505061113.GAA02679@news.iadfw.net> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 06 May 1995 04:24:41 -0700 Sender: hackers-owner@FreeBSD.org Precedence: bulk >1). how do i get 128megs working right? I've never had to change the >kernel before [bounce buffers was always defined]. options "MAXMEM=131072" The standard BIOS memory sizing is a 16bit number that represents K bytes; 65535 being the largest amount that this can represent. There is an extended BIOS funtion that can report more memory, but using this hasn't been implemented yet in our bootblocks. -DG