From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk0-f194.google.com ([209.85.220.194]) by ur; Fri May 5 09:26:26 EDT 2017 Received: by mail-qk0-f194.google.com with SMTP id o85so811510qkh.0 for <9front@9front.org>; Fri, 05 May 2017 06:26:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=1ZttC1hco2m9yVOwijCiJ9PyFsAn+R1O2omdJ7HrqA8=; b=a5IKT4mXB8H2FXLko9afB/tHkqRvSohGl2pG8sI16RNaQkQIzczFyuSjQeEDbbN7qF n3gcq/ZIhdvHMfB2oWUMb2ltTaPV3q04MUzlOsIEW+NFV0ic1LqOl3eVtoF1zSVO3ipK FD1xSx+R16MexznV9zuQf4IQdjJW3DcgMT4icsMBYadMjvIPQZnLHsrpPFt41B0sfJts SFHkU2qrNv5llVSY1IbsJLMLv0j2yemc9459L49a0aSIBJcqIYf77pOINFxfEqHBptyW 3WVcZA9wdANQzUwq5fLG+TuvjPxraz9dOBv8lKh09Z+QYRDCn6rQIRHz5Dy/h2351k7Z 2qUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=1ZttC1hco2m9yVOwijCiJ9PyFsAn+R1O2omdJ7HrqA8=; b=XHavr3NWd2pJuy5Q+xldTSf/ZJla4qemk6A/9bg5WrplRZDY6sju2pq5Vrs+VITHST lsaeXXWO65pM5yWlyu2ohXBbhGkKpuKX0HfeiCKDvm9An4uNUYwdhKxRx8G7w5fkt6Qu /TvFulkkvkVGVtbOy4IOc4PXDsXmMZMaB7IkIsK4brgAMQemf5HjJE79hkzFnEFs2iMG PlMFJu86xc7Vq5zPWKgV4ZfPrsTubfcQlSsJuTEqIbtrcjaEdrpp/jmmMHkMIUoVzp3o QESvHPWhHRv77vFJConzwT5ePndobfYxH7UJZ4gD7NXDJMmGyeRvECGH6X8ATxKSv81L szoQ== X-Gm-Message-State: AN3rC/4mhJBs3HAxY/Y/FTJi+n+k3PEy8FFTrOuK1ZGCbLxDZCl7EQzw w9GHWvgGrqPRG1xd1Z1b+rc0CPzanA== X-Received: by 10.55.3.2 with SMTP id 2mr13870120qkd.166.1493990784315; Fri, 05 May 2017 06:26:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.43.91 with HTTP; Fri, 5 May 2017 06:25:53 -0700 (PDT) From: Dave MacFarlane Date: Fri, 5 May 2017 09:25:53 -0400 Message-ID: Subject: Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions) To: 9front mailing list <9front@9front.org> Cc: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: CMS base On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber wrote: > > Plan 9 has not yet been re-implemented in Go. > > sl > I started trying to do that at one point, but never got my kernel much farther than booting just enough to run "Hello, world!" compiled with 6c on a FAT filesystem in ring 0 and then crashing the system before deciding I don't have the time to finish it or get it somewhere useable. If anyone who has the time is interested in picking it up, contact me off-list and I'll send you a link to my (horribly written and designed) code. I'm more of a userspace kinda guy anyways.. - Dave