home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 2917 < prev    next >
Encoding:
Text File  |  1992-07-26  |  2.5 KB  |  74 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!emba-news.uvm.edu!trantor.emba.uvm.edu!wollman
  3. From: wollman@trantor.emba.uvm.edu (Garrett Wollman)
  4. Subject: [386BSD success] My configuration...
  5. Message-ID: <1992Jul27.004734.6419@uvm.edu>
  6. Sender: news@uvm.edu
  7. Organization: University of Vermont, EMBA Computer Facility
  8. Date: Mon, 27 Jul 1992 00:47:34 GMT
  9. Lines: 63
  10.  
  11. I thought that some people might be interested in various systems and
  12. configurations that work.  I'm running 0.1 on an AT&T(sorry) 6386E/20
  13. system with a busted internal async port and two 135-Meg ESDI hard
  14. disks that are in the process of developing bad sectors that I can't
  15. get rid of now because sector forwarding was not turned on when I
  16. first set up the disks.  The system seems to work quite well, but for
  17. lots of slio overflows (the working com port uses an 8250) when
  18. running SLIP.  I haven't yet finished writing the StarLAN/i82586
  19. Ethernet driver, but I hope to have it done by the end of next week.
  20.  
  21. Here is the configuration I use.  Someday, maybe I'll hack `config' to
  22. get the disk drives right (or at least add a message ``don't forget to
  23. add your extra drive in ioconf.c'')...  MFS works quite well,
  24. especially since I configured *way* too much swap for this machine (32
  25. Meg, four times ram size) so I have plenty of space to spare.
  26.  
  27. #
  28. # TSORNIN - my machine
  29. #
  30. machine        "i386"
  31. cpu        "i386"
  32. ident        TSORNIN
  33. timezone    5 dst
  34. maxusers    10
  35. options        INET,MFS,NFS
  36. options        "COMPAT_43"
  37. options        "TCP_COMPAT_42"
  38. # do we still need this?
  39.  
  40. config        "386bsd"    root on wd0 swap on wd0
  41.  
  42. controller    isa0
  43. controller    wd0    at isa? port "IO_WD1" bio irq 14 vector wdintr
  44. disk        wd0    at wd0 drive 0
  45. disk        wd1    at wd0 drive 1
  46. # grrr... someday, maybe this will work automatically...
  47.  
  48. controller    fd0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
  49. disk        fd0    at fd0 drive 0
  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. pseudo-device    loop
  57. pseudo-device    ether
  58. pseudo-device    sl    1
  59. pseudo-device    log
  60. #pseudo-device    ddb
  61. pseudo-device    pty    4
  62.  
  63. pseudo-device    swappager
  64. pseudo-device    vnodepager
  65. pseudo-device    devpager
  66.  
  67. -GAWollman
  68.  
  69. -- 
  70.    Garrett A. Wollman  = wollman@emba.uvm.edu = UVM is welcome to my opinions
  71.                        =    uvm-gen!wollman   =
  72.    That's what being alive is all about.  No deity, no higher goal
  73.    exists, than to bring joy to another person.    - Elf Sternberg
  74.