From: Michael V. <mi...@me...> - 2000-10-19 14:28:27
|
Hi Jeff, I've made the Linux application runner utility for Windows that I was working on over the summer available on the web. The cleanup took much less time than I was expecting...mainly because I spent all Wednesday working it :) It has been released under the GPL. I actually found two completely different versions of the utility on my filesystem so I included them both because I though it might be interesting to contrast the two. The basic difference between them is that 'Version1' executes the syscalls in the Linux application's process space and 'Version2' executes the syscalls in the monitor's process space. Only a very small subset of the Linux syscalls have actually been implemented and the ones that have been implemented are buggy! It's somewhat embarrassing releasing code in such a pre-alpha condition :P The URL is http://neomueller.org/~isamu/line/ Mike |