From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10809021609l56513b8u6c287c01fcb89f55@mail.gmail.com> Date: Tue, 2 Sep 2008 16:09:02 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] apropos of the glendix post Topicbox-Message-UUID: 0ba913d8-ead4-11e9-9d60-3106f5b1d025 I just stumbled across a talk I gave in 2002: Here's one slide: How to fix this (2): 9sys We are building a Plan 9 system call set into Linux It is only 38 calls Three steps Initial support as ioctl's from a device (/dev/9sys) Direct integration into Linux system call table Remove non-Plan 9 system calls (ca. 235 of them) Result should be Linux portability with Plan 9 architecture Greatly pared-down footprint Early code is working now Note that the system calls back then were 235 in number, are 300 now. Note that one of the steps was "remove good luck with glendix, it will be fun if it works. I stopped work on 9sys when lucent fixed the license. ron