Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!bonnie!akgua!mcnc!decvax!wivax!cadmus!harvard!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix Subject: Re: Memory-resident Unix system? Message-ID: <5865@brl-tgr.ARPA> Date: Sat, 17-Nov-84 22:17:29 EST Article-I.D.: brl-tgr.5865 Posted: Sat Nov 17 22:17:29 1984 Date-Received: Tue, 20-Nov-84 02:41:05 EST References: <103@ncr-tp.UUCP> Organization: Ballistic Research Lab Lines: 11 > Is there a version of Unix that provides minimal functionality? We would > like to hook an existing driver to an existing application program and get > it to run on a special-purpose board. Essentially, we would like to use > just enough Unix-glue so that the driver has the functions it expects, and > the application sees enough of the "system calls" so that it is happy, > and eliminate the portion of Unix that would be unneeded. AT&T UNIXes come with a "stand-alone" system that is used to build versions of dd, cat, etc. for use under the "stand-alone shell". The "scc" utility compiles for this environment, using run-time support from lib2.a. This looks like it might be close to what you want.