diff options
Diffstat (limited to 'os/pc/pix')
| -rw-r--r-- | os/pc/pix | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/os/pc/pix b/os/pc/pix new file mode 100644 index 00000000..d856cfdb --- /dev/null +++ b/os/pc/pix @@ -0,0 +1,153 @@ +dev + root + cons + arch + env + mnt + pipe + prog + rtc + srv + dup + ssl + cap + +# draw screen vga vgax cga +# pointer +# vga + + ip bootp ip ipv6 ipaux iproute arp netlog ptclbsum386 iprouter plan9 nullmedium pktmedium + ether netif netaux + + sd + ds + uart + floppy dma + tinyfs +# mouse +# dbg x86break + +ip + il + tcp + udp + rudp + gre + ipifc + icmp + icmp6 + ipmux +lib + interp + keyring + sec + mp +# draw +# memlayer +# memdraw +# tk + math + kern + +link +# ps2mouse + ether82557 pci + ethermedium + loopbackmedium + netdevmedium + +misc +# vgaclgd542x +# vgas3 +cur vgasavage +# cga + sdata pci sdscsi + + uarti8250 + +mod + sys +# draw +# tk + keyring + math + +init + soeinit # it will do + +code + int kernel_pool_pcnt = 10; + int main_pool_pcnt = 40; + int heap_pool_pcnt = 20; + int image_pool_pcnt = 0; + int cflag=0; + int swcursor=0; + int consoleprint=0; + void screeninit(void){} + +port + alarm + alloc + allocb + chan + dev + dial + dis + discall + exception + exportfs + inferno + latin1 + nocache + nodynld + parse + pgrp + print + proc + qio + qlock + random + sysfile + taslock + xalloc + +root + /chan + /dev + /dis + /env + /fd / + /n + /n/remote + /net + /nvfs + /prog + /dis/lib + /dis/svc + /dis/wm + /osinit.dis + /dis/sh.dis + /dis/ls.dis + /dis/cat.dis + /dis/bind.dis + /dis/mount.dis + /dis/pwd.dis + /dis/echo.dis + /dis/cd.dis + /dis/lib/bufio.dis + /dis/lib/string.dis + /dis/lib/readdir.dis + /dis/lib/workdir.dis + /dis/lib/daytime.dis + /dis/lib/auth.dis + /dis/lib/ssl.dis + /dis/lib/filepat.dis + +# kfs + /dis/disk/kfs.dis + /dis/lib/arg.dis + /dis/lib/daytime.dis + /dis/lib/string.dis + /dis/lib/styx.dis + +# auth + /nvfs/default /usr/inferno/keyring/default |
