1# pcfs - pccpuf variant with venti, fossil, boot script & more compiled in. 2# for use on file servers, including standalone ones 3dev 4 root 5 cons 6 arch 7 pnp pci 8 env 9 pipe 10 proc 11 mnt 12 srv 13 dup 14 rtc 15 ssl 16 tls 17 cap 18 fs 19 20 ether netif 21 ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno 22 23 kbin 24 25 sd 26 floppy dma 27 aoe 28 29 uart 30 usb 31 32link 33# order of ethernet drivers should match that in ../pcboot/boot so that 34# devices are detected in the same order by bootstraps and kernels 35# and thus given the same controller numbers. 36 ether82557 pci 37 ether82563 pci 38 etherdp83820 pci 39 etherga620 pci 40 etherigbe pci ethermii 41 ethervt6105m pci ethermii 42 ethersink 43 ethermedium 44 netdevmedium 45 loopbackmedium 46 usbuhci 47 usbohci 48 usbehci usbehcipc 49 50misc 51 realmode 52 archmp mp apic mpacpi 53 mtrr 54 55 uarti8250 56 57 sdaoe 58 sdata pci sdscsi 59 sdiahci pci sdscsi 60 sd53c8xx pci sdscsi 61 sdmylex pci sdscsi 62 63ip 64 tcp 65 udp 66 rudp 67 ipifc 68 icmp 69 icmp6 70 ipmux 71 esp 72 73port 74 int cpuserver = 1; 75 76boot boot #S/sdC0/ 77 tcp 78 local 79 80bootdir 81 boot.fs boot 82 /386/bin/rc 83 /rc/lib/rcmain 84 /386/bin/ip/ipconfig 85 /386/bin/auth/factotum 86 /386/bin/venti/venti 87 /386/bin/fossil/fossil 88 /386/bin/auth/aescbc 89 /386/bin/aux/zerotrunc 90 /386/bin/bind 91 /386/bin/cat 92 /386/bin/cp 93 /386/bin/disk/fdisk 94 /386/bin/disk/prep 95 /386/bin/echo 96 /386/bin/ls 97 /386/bin/mount 98 /386/bin/read 99 /386/bin/sed 100 /386/bin/sleep 101 /386/bin/srv 102 /386/bin/test 103 /386/bin/usb/usbd 104