|
|
1.1 ! root 1: # ! 2: # SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes... ! 3: # ! 4: machine "i386" ! 5: cpu "i486" ! 6: ident SUN_LAMP ! 7: timezone 8 dst ! 8: maxusers 24 ! 9: options INET,NFSSERVER,NFSCLIENT,MFS,ISOFS ! 10: options "COMPAT_43" ! 11: options "TCP_COMPAT_42" ! 12: options UCONSOLE, XSERVER ! 13: #options "WD8013" ! 14: options FDESC,KERNFS ! 15: options KTRACE ! 16: options SCSI ! 17: ! 18: #options COM_IGNOREFIFO ! 19: options COM_MULTIPORT ! 20: options COM_BIDIR ! 21: ! 22: config "386bsd" root on sd0 swap on sd0 ! 23: ! 24: controller isa0 ! 25: controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr ! 26: disk fd0 at fdc0 drive 0 ! 27: disk fd1 at fdc0 drive 1 ! 28: ! 29: device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint ! 30: device npx0 at isa? port "IO_NPX" irq 13 vector npxintr ! 31: ! 32: #device com0 at isa? port "IO_COM1" tty irq 4 vector comintr ! 33: #device com0 at isa? port "IO_COM2" tty irq 3 vector comintr ! 34: #device com1 at isa? port 0x2a0 tty irq 4 flags 0x401 vector comintr ! 35: #device com2 at isa? port 0x2a8 tty irq 4 flags 0x401 vector comintr ! 36: #device com3 at isa? port 0x2b0 tty irq 4 flags 0x401 vector comintr ! 37: #device com4 at isa? port 0x2b8 tty irq 4 flags 0x401 vector comintr ! 38: ! 39: controller ahb0 at isa? bio irq 11 drq 5 vector ahbintr ! 40: ! 41: device sd0 ! 42: device sd1 ! 43: device sd2 ! 44: ! 45: device st0 ! 46: ! 47: device cd0 ! 48: ! 49: device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr ! 50: ! 51: pseudo-device loop ! 52: pseudo-device ether ! 53: pseudo-device sl ! 54: pseudo-device log ! 55: pseudo-device pty 16 ! 56: ! 57: pseudo-device bpfilter 4 ! 58: ! 59: pseudo-device swappager ! 60: pseudo-device vnodepager ! 61: pseudo-device devpager
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.