Date: Sat, 06 May 1995 04:24:41 -0700 From: David Greenman <davidg@Root.COM> To: Jim Bryant <jbryant@news.iadfw.net> Cc: freebsd-hackers@FreeBSD.org Subject: Re: problems with 0412 Message-ID: <199505061124.EAA00321@corbin.Root.COM> In-Reply-To: Your message of "Sat, 06 May 95 06:13:48 CDT." <199505061113.GAA02679@news.iadfw.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505061124.EAA00321>