From owner-freebsd-questions Tue Apr 9 21:41:59 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA22530 for questions-outgoing; Tue, 9 Apr 1996 21:41:59 -0700 (PDT) Received: from purcell.jlc.net (root@purcell.jlc.net [199.201.159.5]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA22524 for ; Tue, 9 Apr 1996 21:41:57 -0700 (PDT) Received: (from jason@localhost) by purcell.jlc.net (8.6.12/8.6.9) id AAA12543 for freebsd-questions@freebsd.org.; Wed, 10 Apr 1996 00:42:29 -0400 From: "Jason T. Nelson" Message-Id: <199604100442.AAA12543@purcell.jlc.net> Subject: kernel puking on boot To: freebsd-questions@freebsd.org Date: Wed, 10 Apr 1996 00:42:28 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a customer who is using his old 486SX (33mHz) with 8Mb of RAM to route between ethernet (ep0) and a PPP link (tun0). The kernel itself compiles and installs just fine, no warnings or whatever; when I try to boot with it, it gets to where it says "npx0 on motherboard" or some such thing, then panics immeadiately. Anybody have any idea? ### kernel config file for border gateway machine "i386" cpu "I386_CPU" cpu "I486_CPU" ident GATEWAY maxusers 10 options GPL_MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options BOUNCE_BUFFERS #include support for DMA bounce buffers options COMPAT_LINUX options GATEWAY options IPFIREWALL options QUOTA options XSERVER options SYSVSHM options SYSVSEM options SYSVMSG config kernel root on wd0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device ep0 at isa? port 0x300 net irq 10 vector epintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device tun 1 pseudo-device bpfilter 4 pseudo-device disc pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's pseudo-device speaker pseudo-device vn pseudo-device snp 12