From owner-freebsd-questions Sun Jan 26 13:41:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA26292 for questions-outgoing; Sun, 26 Jan 1997 13:41:35 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA26287 for ; Sun, 26 Jan 1997 13:41:33 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id NAA08198; Sun, 26 Jan 1997 13:41:18 -0800 (PST) Message-Id: <199701262141.NAA08198@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: rfogle@ionet.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: help!@# In-reply-to: Your message of "Sun, 26 Jan 1997 08:32:17 CST." <199701261432.IAA09157@mail.ionet.net> From: David Greenman Reply-To: dg@root.com Date: Sun, 26 Jan 1997 13:41:18 -0800 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >OK, I unplugged my PS/2 mouse, and that got rid of the: > > BIOS Basemem(639k) != RTC Basemem(640k) > >error.. I also did a $ dd if=boot.flp of/dev/fd0 to make a new boot disk, >but I'm still coming up with: ...just FYI, the above isn't an error. In fact, it's actually expected. It indicates that the BIOS has reserved some memory for its own uses. >FATAL TRAP 12: page fault while in kernel mode > >Fault Virtual Address: 0xcc >Fault Code: supervisor read, page not present >Instructor Pointer: 0x8:0xf019e3de When does this occur? Obviously after the memory probe. It looks like it might be coming from a device driver probe routine. You can probably get past this if you went and disabled any devices you don't have (use the -c flag at the Boot: prompt). Which version of FreeBSD are you trying to install? > If you need any more info, I'll do my best to supply it to you.. Please >help, the future of a Linux convert hangs in the balance.. :) I'm sure we can get you going...the first step is determining where the panic is occuring. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project