Running Unix programs under LispOS

David Gadbois gadbois@cyc.com
Fri, 2 May 1997 05:17:11 -0500 (CDT)


   From: cwg@deepeddy.com
   Date: Fri, 02 May 1997 01:20:13 -0500

   I may be talking through my hat here, but it seems plausible to me
   to support a mini-unix environment *within* our lisp universe, but
   keep it isolated from the world that we're running.  What I imagine
   is a subsystem which can run ELF binaries in their own protected
   memory.

Oooh, good idea.  The Cygnus GNU-Win32 library
(http://www.cygnus.com/misc/gnu-win32/) does this for UNIX under
Windows NT and 95.  The task would be somewhat easier in SilkOS, since
we could build it upwards rather than downwards.

--David Gadbois