home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!decwrl!csus.edu!netcom.com!glenc
- From: glenc@netcom.com (Glen Collins)
- Newsgroups: comp.unix.bsd
- Subject: Building a kernel
- Message-ID: <1993Jan25.202606.20672@netcom.com>
- Date: 25 Jan 93 20:26:06 GMT
- Article-I.D.: netcom.1993Jan25.202606.20672
- Distribution: na
- Organization: Netcom - Online Communication Services (408 241-9760 guest)
- Lines: 60
-
- HELP!!!!
-
- I am trying to build a kernel for my system and it compiles ok,
- but when I install it it can't mount root and panics. I am building the
- kernel on ref.tfs.com, so I suppose that the kernel is up to date. The
- following is the config file for the kernel!
- Basicly I just trying to build a kernel so I can use my SMC ethernet
- card to install the system. ANY help would be appriciated!
-
- =============== config file ===============
-
- #
- # GENERICISA -- Generic ISA machine -- distribution floppy
- #
- machine "i386"
- cpu "i486"
- ident GENERICISA
- timezone 8 dst
- maxusers 10
- options INET,ISOFS,NFS
- options "COMPAT_43"
- options "TCP_COMPAT_42"
- options "WD8013"
-
- config "386bsd" root on wd0 swap on wd0
-
- controller isa0
- controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
- disk wd0 at wd0 drive 0
- disk wd0 at wd0 drive 1
-
- controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
- disk fd0 at fd0 drive 0
- disk fd1 at fd0 drive 1
-
- controller as0 at isa? port 0x330 bio irq 11 drq 5 vector asintr
- disk as0 at as0 drive 0
- disk as1 at as0 drive 1
-
- device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
- device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
- device com1 at isa? port "IO_COM1" tty irq 4 vector comintr
- device com2 at isa? port "IO_COM2" tty irq 3 vector comintr
-
- device we0 at isa? port 0x300 net irq 10 iomem 0xcc000 iosiz 8192 vector weintr
- device ne0 at isa? port 0x300 net irq 2 vector neintr
- device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
- device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
-
- device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
-
- pseudo-device loop
- pseudo-device ether
- pseudo-device sl 2
- pseudo-device log
- pseudo-device pty 4
-
- pseudo-device swappager
- pseudo-device vnodepager
- pseudo-device devpager
-