diff options
| author | Yaroslav Kolomiiets <yarikos@gmail.com> | 2017-02-27 17:23:28 +0200 |
|---|---|---|
| committer | Yaroslav Kolomiiets <yarikos@gmail.com> | 2017-02-27 17:23:28 +0200 |
| commit | 7ef44d652ae9e5e1f5b3465d73684e4a54de73c0 (patch) | |
| tree | 2c76cd7d21332631439d1dc60d87cb66fd47db34 /emu/AIX/emu-g | |
| parent | fd29964f362afd85503d5f005122cedf030c6aa1 (diff) | |
add AIX/power port
Diffstat (limited to 'emu/AIX/emu-g')
| -rw-r--r-- | emu/AIX/emu-g | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/emu/AIX/emu-g b/emu/AIX/emu-g new file mode 100644 index 00000000..41831fa9 --- /dev/null +++ b/emu/AIX/emu-g @@ -0,0 +1,100 @@ +env + X11LIBS= +dev + root + cons + env + mnt + pipe + prog + prof + srv + dup + ssl + cap + fs + cmd cmd + indir + + ip ipif6-posix ipaux + eia + mem + +lib + interp + math + keyring + sec + mp + + 9 + +link + +mod + sys + math + srv srv + keyring + crypt + ipints + loader + +port + alloc + cache + chan + dev + devtab + + dial + dis + discall + env + error + errstr + exception + exportfs + inferno + latin1 + main + parse + pgrp + print + proc + qio + random + sysfile + uqid + +code + void setpointer(int x, int y){USED(x); USED(y);} + ulong strtochan(char *s){USED(s); return ~0;} + +init + emuinit + +root + /dev / + /fd / + /prog / + /prof / + /net / + /net.alt / + /chan / + /nvfs / + /env / +# /chan +# /dev +# /dis +# /env +# /n +# /net +# /nvfs / +# /prog +# /icons +# /osinit.dis +# /dis/emuinit.dis +# /dis/lib/auth.dis +# /dis/lib/ssl.dis +# /n/local / |
