diff options
| author | forsyth <forsyth@vitanuova.com> | 2012-06-15 11:31:28 -0400 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2012-06-15 11:31:28 -0400 |
| commit | 54d823d8e46da0e7a14e219cb669360c5b7d7524 (patch) | |
| tree | 0e341691beef632976442a8e28fe9ae26bd98c49 | |
| parent | f4f3422ce492067eb2314ed9147cc7a484d6ba4e (diff) | |
20120615-1132
| -rw-r--r-- | emu/FreeBSD/emu-g | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/emu/FreeBSD/emu-g b/emu/FreeBSD/emu-g new file mode 100644 index 00000000..e662b4c1 --- /dev/null +++ b/emu/FreeBSD/emu-g @@ -0,0 +1,102 @@ +env + X11LIBS= +dev + root + cons + env + mnt + pipe + prog + prof + srv + dup + ssl + cap + fs + cmd cmd + indir + + ip ipif-posix ipaux + eia + audio audio + 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 / |
