9fans archive / 2008 / 07 / 780    prev next

search terms are split using tokenize from:regexp searches From: lines subject:regexp searches Subject: lines before:yyyy[/mm[/dd]] and after:yyyy[/mm[/dd]] specify date range powered by grep(1)
From: ron minnich <rminnich@gma...> Subject: Plan 9 on Blue Gene Date: Wed, 30 Jul 2008 10:42:41 -0700 On Wed, Jul 30, 2008 at 9:10 AM, Steven D. Vormwald <sdvormwa@mtu.edu> wrote: > Correct me if I'm wrong here, but don't these require extensive run-time > support, in addition to compiler support? Will the run-time libraries also > be linux libraries running under a compatibility layer? binaries on the bg/l machine are static. The compatibilty is needed in two places: system call layer, and allowing CNK binaries direct access to network hardware. ron