blob: 4fbd32d7a14660f3fb60504cfcc683257c17bbdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
# tiny kernel used to install from floppy.
# has minimal vga drivers, no usb support and only some ether drivers,
# and in general no frills. probably only useful in quite old systems.
dev
root
cons
arch
pnp pci
env
pipe
proc
mnt
srv
dup
rtc
# ssl
# tls
cap
# kprof
ether netif
ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
draw screen vga vgax
mouse mouse
vga
# kbmap
sd
floppy dma
pccard
i82365 cis
uart
link
realmode
devpccard
devi82365
ether2000 ether8390
ether2114x pci
ether589 etherelnk3
ether79c970 pci
ether8003 ether8390
ether8139 pci
ether8169 pci ethermii
# ether82563 pci
ether82557 pci
ether83815 pci
# etherdp83820 pci
etherec2t ether8390
etherelnk3 pci
# has vast firmware
# etherga620 pci
etherigbe pci ethermii
ethervgbe pci ethermii
ethervt6102 pci ethermii
# ethervt6105m pci ethermii
# ethersink
ethersmc devi82365 cis
etherwavelan wavelan devi82365 cis pci
ethermedium
pcmciamodem
netdevmedium
loopbackmedium
misc
# archmp mp apic
mtrr
sdata pci sdscsi
sd53c8xx pci sdscsi
sdmylex pci sdscsi
# sdiahci pci sdscsi
uarti8250
# uartpci pci
vgavesa
# vgavmware +cur
ip
tcp
udp
ipifc
icmp
icmp6
port
int cpuserver = 0;
boot glenda boot #f/fd0disk
local
bootdir
bootpcflop.out boot
/sys/lib/dist/bin/386/bzfs kfs
/sys/lib/dist/pc/root.bz2 bzroot
|