diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-02-05 14:51:46 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-02-05 14:51:46 +0000 |
| commit | 07f684ffc61236e171b449cfe9f91cef1e62866b (patch) | |
| tree | c41f6e37868264499519a52a5ee8576f4dfd323e /emu/DragonFly/emu-g | |
| parent | ddf82ec9fc8ed2e0c2f64f8cf360b0f694cfeffb (diff) | |
20100205-1451
Diffstat (limited to 'emu/DragonFly/emu-g')
| -rw-r--r-- | emu/DragonFly/emu-g | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/emu/DragonFly/emu-g b/emu/DragonFly/emu-g new file mode 100644 index 00000000..98a1ff89 --- /dev/null +++ b/emu/DragonFly/emu-g @@ -0,0 +1,95 @@ +dev + root + cons + env + mnt + pipe + prog + srv + dup + ssl + cap + fs + cmd cmd + indir + + ip ipif ipaux + eia + mem + +lib + interp + math + keyring + sec + mp + + 9 + +link + +mod + sys + math + srv srv + keyring + 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 / |
