home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / bsd / 11807 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  2.1 KB

  1. Path: sparky!uunet!ogicse!decwrl!csus.edu!netcom.com!glenc
  2. From: glenc@netcom.com (Glen Collins)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Building a kernel
  5. Message-ID: <1993Jan25.202606.20672@netcom.com>
  6. Date: 25 Jan 93 20:26:06 GMT
  7. Article-I.D.: netcom.1993Jan25.202606.20672
  8. Distribution: na
  9. Organization: Netcom - Online Communication Services  (408 241-9760 guest)
  10. Lines: 60
  11.  
  12. HELP!!!!
  13.  
  14.     I am trying to build a kernel for my system and it compiles ok,
  15. but when I install it it can't mount root and panics. I am building the
  16. kernel on ref.tfs.com, so I suppose that the kernel is up to date. The
  17. following is the config file for the kernel!
  18. Basicly I just trying to build a kernel so I can use my SMC ethernet
  19. card to install the system. ANY help would be appriciated!
  20.  
  21. =============== config file ===============
  22.  
  23. #
  24. # GENERICISA -- Generic ISA machine -- distribution floppy
  25. #
  26. machine        "i386"
  27. cpu        "i486"
  28. ident        GENERICISA
  29. timezone    8 dst
  30. maxusers    10
  31. options        INET,ISOFS,NFS
  32. options        "COMPAT_43"
  33. options        "TCP_COMPAT_42"
  34. options        "WD8013"
  35.  
  36. config        "386bsd"    root on wd0 swap on wd0
  37.  
  38. controller    isa0
  39. controller    wd0    at isa? port "IO_WD1" bio irq 14 vector wdintr
  40. disk        wd0    at wd0 drive 0
  41. disk        wd0    at wd0 drive 1
  42.  
  43. controller    fd0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
  44. disk        fd0    at fd0 drive 0
  45. disk        fd1    at fd0 drive 1
  46.  
  47. controller    as0    at isa? port 0x330 bio irq 11 drq 5 vector asintr
  48. disk        as0    at as0 drive 0
  49. disk        as1    at as0 drive 1
  50.  
  51. device        pc0    at isa? port "IO_KBD" tty irq 1 vector pcrint
  52. device        npx0    at isa? port "IO_NPX" irq 13 vector npxintr
  53. device        com1    at isa? port "IO_COM1" tty irq 4 vector comintr
  54. device        com2    at isa? port "IO_COM2" tty irq 3 vector comintr
  55.  
  56. device we0 at isa? port 0x300 net irq 10 iomem 0xcc000 iosiz 8192 vector weintr
  57. device ne0 at isa? port 0x300 net irq 2 vector neintr
  58. device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
  59. device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
  60.  
  61. device        wt0    at isa? port 0x300 bio irq 5 drq 1 vector wtintr
  62.  
  63. pseudo-device    loop
  64. pseudo-device    ether
  65. pseudo-device    sl    2
  66. pseudo-device    log
  67. pseudo-device    pty    4
  68.  
  69. pseudo-device    swappager
  70. pseudo-device    vnodepager
  71. pseudo-device    devpager
  72.