Kernel support for ppp 1.3 + fixes
[unix-history] / sys / i386 / conf / MINITERM
CommitLineData
15637ed4
RG
1#
2# MINITERM -- Reduced size generic ISA kernel with CO device support
3#
4# for use with codrv-0.1.2
5#
6machine "i386"
7cpu "i386"
8ident MINITERM
9timezone -1
10maxusers 16
11options INET,NFS
12options "COMPAT_43"
13options "TCP_COMPAT_42"
14options "NO_COM_FIFO"
15
16# the following line enables PC3 terminal emulation
17# this is downward compatible to pccons
18#options "PC3"
19
20# the following line removes some code from codrv in order to build
21# a slim kernel for the installation disk
22# Note: some more things have to be done in addition to this
23# see options below
24options "MINITERM"
25
26config "386bsd" root on wd0 swap on wd0 and as0
27
28controller isa0
29controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
30disk wd0 at wd0 drive 0
31disk wd0 at wd0 drive 1
32
33controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
34disk fd0 at fd0 drive 0
35disk fd1 at fd0 drive 1
36
37controller as0 at isa? port 0x330 bio irq 11 drq 5 vector asintr
38disk as0 at as0 drive 0
39disk as1 at as0 drive 1
40
41# The following line enables codrv
42device co0 at isa? port "IO_KBD" tty irq 1 vector cointr
43
44#device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
45device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
46device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
47device com1 at isa? port "IO_COM2" tty irq 3 flags 0x01 vector comintr
48device lpa0 at isa? port "IO_LPT1" tty
49
16912c2e 50device ed0 at isa? port 0x280 net irq 2 iomem 0xd0000 vector edintr
15637ed4
RG
51#device ne0 at isa? port 0x300 net irq 2 vector neintr
52#device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
53#device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
54#device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
55
56pseudo-device loop
57pseudo-device ether
58pseudo-device sl 2
59pseudo-device log
60# you should reduce this for MINITERM as well
61pseudo-device pty 8
62
63# the following line sets the number of available virtual consoles
64# a maximum of 12 is possible, but 4 or 8 should be sufficient
65# this line is irrelevant if MINITERM is active
66#pseudo-device vty 4
67
68# This line must be present with codrv for some reasons
69pseudo-device vtemul
70
71# you should exclude this as well for MINITERM
72#pseudo-device ddb
73
74pseudo-device swappager
75pseudo-device vnodepager
76pseudo-device devpager