From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 30713 invoked from network); 19 Sep 2022 09:18:34 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 19 Sep 2022 09:18:34 -0000 Received: from mail-il1-f174.google.com ([209.85.166.174]) by 9front; Mon Sep 19 05:15:11 -0400 2022 Received: by mail-il1-f174.google.com with SMTP id a9so14507168ilh.1 for <9front@9front.org>; Mon, 19 Sep 2022 02:15:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date; bh=qTNwZqexIE9P/6goOTyWzS9Nt4iCx10vcL8R4bUij+Y=; b=V1z8yY3TnFTjcbMWy+itJSyhoThLxuBOM5EwzgR4od/VuH/snNRDwAli/sA86Ubztr 4W4Yybb1Q3V/qz+fKAIWmDAVoxRIZOlIbrc8F1DG2WnFCXJyIDa0W+/Guxz67zwFGPre wAWsSESUWsLqmGG+N0Mhiv60nVA06Xoj+1efDhEyFnTqEXzmfAIEZKybhoczxXmuA4PL Z3eagpfG4LIrGx9jo7HP9JTX1WaWYzIukBj+sMkiL2yLXScGc+KxHhl7i+/FQ5Hj03rx eYiahrvUCoTgAUfBx955rjrhRj3XJMurM9PNpfcOjDGkxJbSoGaR2nFwSLRKv5uwuxFb iZlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date; bh=qTNwZqexIE9P/6goOTyWzS9Nt4iCx10vcL8R4bUij+Y=; b=u9GZ/HQgZeQVXl93Cez7yVFfmCI9D1e9qOMEfnWG+gens3FBoRDUa0XVHpyZgqtn6W 7dDfQHkVZ1yfa92nrlyjlrUQ4ThTKjKn40sos7BJIY6oqiep0m/F8II/iLPqH7X7G0pC EeKyu89/n8RZr2J1VriCW4skKt3wTkWc0UF5f1sOEYlttNG/8cFY+z9CDkBHly+uBz3F FpKz8uA/L57oHQ5Xs/bqLc0Vo6+XWhXegQlJy5RR9JxdcHbbneB+fshsYLnu5z2DB7lx Ljc/0W19nG7HH4Wx7HSVWgR49gxSUos5R4uuYUuMsZt201s1/PDoqEGyUZ10bpx/p1ve tH1g== X-Gm-Message-State: ACrzQf2/DegYgSYNL7DEHsgDB/OvpnEYKZHPqSTkWoLf4MwhZPuF5xJ8 4nVQEgp8jf+bcIC/NtfVhwlys1oTBuQX7F6rLBXmSeC6PC0= X-Google-Smtp-Source: AMsMyM5g4/qQTwEY0TvaYbOIpFIMlfUj2H7ioZjy4FF2Lb97RL9X8Znn9qPFycUm0Vy0YsJ0+R3cVWwym5OGv8tIR6c= X-Received: by 2002:a05:6e02:1d02:b0:2f1:6fb4:26b6 with SMTP id i2-20020a056e021d0200b002f16fb426b6mr6949533ila.49.1663578907139; Mon, 19 Sep 2022 02:15:07 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "M. Osman Talayman" Date: Mon, 19 Sep 2022 11:14:55 +0200 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: polling grid Subject: Re: [9front] Questions about the P9 kernel code Reply-To: 9front@9front.org Precedence: bulk Thanks sirjofri, I have taken a step back since yesterdays conversation with Jacob. I'm now going through K&R and working the exercises. At some point, I will look into some of the libraries that come with the P9 C implementation. I will also take your advice and, at some point, try to set up a P9 system consisting of an auth server (factotum), a couple of file servers (using both fossil and venti) and a cpu server. I will use RaspberryPis for this, or maybe do it using virtual machines. If anyone knows of books or papers that are not on the P9 legacy or Cat-v sites, that would be useful to me, please let me know. Thanks /Osman Den man. 19. sep. 2022 kl. 09.28 skrev sirjofri : > > Also my recommendation: Don't just "learn how the system works" but also = "learn how to work with the system". Especially with plan 9 there's a huge = difference. > > My learning experience was, 2 years learning the concepts by reading pape= rs, documentation, man pages, basically everything I could find, but never = really using the system. Then I started Plan 9 and everything was quite dif= ferent. I had to reread many things, relearn many things and ask many quest= ion (while a chat platform like gridchat is much easier than email). > > Today, Plan 9 is my main platform, but only because I really learned how = to use it (intuitively, not theoretically). > > Have fun on your journey. > > sirjofri