diff options
| author | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2025-12-28 12:27:31 +0300 |
|---|---|---|
| committer | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2025-12-28 12:27:31 +0300 |
| commit | 78ee7d5717807e6ac779293d0d3c78341de6130a (patch) | |
| tree | a43e3b0f61318ac45e6d907c7cc5bad2c6d7f497 /os/pc/pc4e | |
| parent | bdaf46cf45bbb59261da245d548a179d95a42768 (diff) | |
Move existing boards into subdits split per arch
Diffstat (limited to 'os/pc/pc4e')
| -rw-r--r-- | os/pc/pc4e | 148 |
1 files changed, 0 insertions, 148 deletions
diff --git a/os/pc/pc4e b/os/pc/pc4e deleted file mode 100644 index 3bb235e4..00000000 --- a/os/pc/pc4e +++ /dev/null @@ -1,148 +0,0 @@ -dev - root - cons - arch - pnp pci - env - mnt - pipe - prog - rtc - srv - dup - ssl - cap - draw - ip bootp ip ipv6 ipaux iproute arp netlog ptclbsum386 iprouter plan9 nullmedium pktmedium netaux - ether netif netaux ethermedium - -# ata -# audio - uart - floppy dma -# tinyfs -# mouse -# dbg x86break -ip - tcp - udp -# rudp -# igmp - ipifc - icmp - icmp6 - ipmux -lib - interp - keyring - draw - memlayer - memdraw - tk - sec - mp - math - kern - -link -# ether2114x pci -# ether82557 pci - ether83815 pci - etherelnk3 pci -# ps2mouse -# pppmedium ppp compress - ethermedium - -misc - cgamemscr -# vgaclgd542x -# vgas3 -# vgamach64ct - uarti8250 - -mod - sys - draw - tk - keyring - crypt - ipints - - math - -init - i4e - -code - int kernel_pool_pcnt = 10; - int main_pool_pcnt = 40; - int heap_pool_pcnt = 20; - int image_pool_pcnt = 40; - int cflag=0; - int swcursor=0; - int consoleprint=1; - -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 / - /net.alt / - /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/arg.dis - /dis/lib/bufio.dis - /dis/lib/dhcpclient.dis - /dis/lib/filepat.dis - /dis/lib/ip.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 - /keydb / - /keydb/mutual /usr/i4e/keyring/mutual - /keydb/spree /usr/i4e/keyring/spree |
