From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9a78165b44dc9c70cac021dc787a7e6d@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Ugly Q, I admit From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 26 Nov 2002 10:14:02 -0500 Topicbox-Message-UUID: 280bbee4-eacb-11e9-9e20-41e7f4b1d025 > Tru "black" commandline ones (perhaps with interaction like 1, 2, Y, N...), > no X11 or .so If they're statically linked, then you might be in luck. I made linuxemu compile again, and it seems that it doesn't support dynamically linked binaries. I don't think it's hard, but apparently never did it. http://pdos.lcs.mit.edu/~rsc/linuxemu.tar.gz g% 8.out bin/a.hello segattach(8000080,10b94)... hello world g% Russ