misc.ini (816B)
1 2 # --------------------------------------------------------------- 3 # The PCI server provides access to PCI enumeration info, 4 # read/write access to PCI configuration space, etc. 5 # 6 [pci] 7 type=data 8 file=srv/pci/pci.bin 9 ventry=0 10 11 [sysinfo] 12 type=data 13 file=bin/sysinfo/sysinfo.bin 14 ventry=0 15 16 17 # --------------------------------------------------------------- 18 # The "old" klunky network stuff. Due for replacement 19 # 20 [ne2000] 21 type=data 22 file=srv/ne2000/ne2000.bin 23 ventry=116 24 25 # The fish client demo. Works with or without networking 26 # 27 [fish] 28 type=data 29 file=srv/fish/fish.bin 30 ventry=116 31 32 # --------------------------------------------------------------- 33 # Programs to exercise BLT and find or reproduce bugs 34 # 35 [tests] 36 type=data 37 file=bin/tests/tests.bin 38 ventry=0 39 40 [validate] 41 type=data 42 file=bin/validate/validate.bin 43 ventry=0