Return to BSD News archive
Xref: sserve comp.os.386bsd.misc:162 comp.os.386bsd.announce:27 Path: sserve!newshost.anu.edu.au!munnari.oz.au!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!agate!agate.berkeley.edu!cgd From: cgd@eden.CS.Berkeley.EDU (Chris G. Demetriou) Newsgroups: comp.os.386bsd.misc,comp.os.386bsd.announce Subject: some new patched bootables available on agate Followup-To: comp.os.386bsd.misc Date: 11 Apr 93 22:01:53 Organization: Kernel Hackers 'r' Us Lines: 96 Approved: 386bsd-announce-request@agate.berkeley.edu Distribution: world Message-ID: <CGD.93Apr11220153@eden.CS.Berkeley.EDU> NNTP-Posting-Host: eden.cs.berkeley.edu I've put some new bootables with patched kernels up on agate.berkeley.edu in pub/386BSD/386bsd-0.1/unofficial/kcfloppies "kcfloppies" stands for "kernel copy floppies" -- basically, you boot off of these floppies, hit return when it asks you to insert the floppy you want as the root disk, and it prompts for the necessary information for it to install a new kernel on your hard drive. the files in that directory are as follows: size name description ---- ---- ----------- 1228800 kcloppy-genahb.fs generic kernel with aha1742 support 504083 kcfloppy-genahb.fs.z the above, gzipped 1228800 kcfloppy-genisa.fs generic kernel with aha1542 support 504202 kcfloppy-genisa.fs.z the above, gzipped there are two floppy sets because the aha an ahb drivers don't get along well in the same system. the `genahb' kernel config contains the following line: controller ahb0 at isa? bio irq 12 vector ahbintr the `genisa' kernel config contains the following line: controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr other than that, the "stuff" supported is included at the bottom of this message... (if it doesn't look entirely "normal" to you, don't worry; you'll be seeing the sources that made it in a few days... 8-) chris ================== maxusers 10 options INET,ISOFS,NFSCLIENT options "COMPAT_43" options "TCP_COMPAT_42" options XSERVER,UCONSOLE options PCFS,KERNFS options SCSI config "386bsd" root on wd0 swap on wd0 and sd0 controller isa0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr device sd0 device sd1 device sd2 device st0 device st1 device cd0 device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device com0 at isa? port "IO_COM1" tty irq 4 vector comintr device com1 at isa? port "IO_COM2" tty irq 3 vector comintr device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 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 0x320 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 1 pseudo-device log pseudo-device pty 4 pseudo-device swappager pseudo-device vnodepager pseudo-device devpager -- Chris G. Demetriou cgd@cs.berkeley.edu "386bsd as depth first search: whenever you go to fix something you find that 3 more things are actually broken." -- Adam Glass