dis - inferno's virtual machine native on Plan 9
Download:
dis.tgz
Compile:
You need to have the limbo compiler as a native Plan 9 binary (comes with the inferno distribution). The compile steps may require you to edit a mkfile or two.
% gunzip dis.tgz | tar xv % cd dis/dis/Plan9 % mk install # now compile the dis binaries % cd ../../d/appl # assumes there's a 'limbo' binary % mk # test % dis ls.dis [directory listing should appear]There's a lot of work still to be done. Try draw.dis in dis/dis/Plan9/test/.
All this work was done by Russ Cox and Latchezar Ionkov. I'm only hosting it.
Last Modified: Nov 3, 2004
mirtchovski at gmail