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