From owner-freebsd-current Fri Jun 14 11:45:51 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06551 for current-outgoing; Fri, 14 Jun 1996 11:45:51 -0700 (PDT) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.9.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA06544 for ; Fri, 14 Jun 1996 11:45:48 -0700 (PDT) Received: (from james@localhost) by miller.cs.uwm.edu (8.7.3/8.7.3) id NAA17706; Fri, 14 Jun 1996 13:45:47 -0500 Date: Fri, 14 Jun 1996 13:45:47 -0500 From: Jim Lowe Message-Id: <199606141845.NAA17706@miller.cs.uwm.edu> To: jkh@time.cdrom.com Subject: Re: 6/14/96 kernel won't boot Cc: current@freebsd.org Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > From: "Jordan K. Hubbard" > > > I picked up a new kernel this morning, remade it, and now my system > > won't boot with the new kernel. The system booted just fine with a > > new kernel a day or so ago (6/12/96). > > Just out of curiousity, have you tried one without DEVFS? > Ok.. I tried on w/o devfs and booted with the -v option... result was: [...] bpf: ds0 attached sd0s1: type 0x6, start 32, end 204799, size 204768 : OK sd0s2: type 0xa5, start 204800, end 2054143, size 1849344 : OK Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0x0 stack pointer = 0x10:0xefbffea4 frame pointer = 0x10:0xefbffef8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0,, pres 1, def32 1, gran 1 Processor eflags = interrupt enabled, resume, IOPL = 0 current process = 5 (init) interrupt mask = kernel: type 12 trap, code=0 db> This is odd as there is nothing on the stack and it seems to die tyring to start init... Any ideas? -Jim