Plan 9 Theory and Practice; Everything is a File 1.2

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ย. 2024

ความคิดเห็น • 7

  • @Schneiburs
    @Schneiburs 5 วันที่ผ่านมา

    I have this idea that I’d like to expose all the registers and fields that are available in an FPGA (integrated with a hard processor system and accessible with mmap) via 9p but know very little about the nuts and bolts of the protocol. So I’m hoping to learn more soon

    • @adventuresin9797
      @adventuresin9797  5 วันที่ผ่านมา +1

      I don't see why you couldn't. I've written drivers with debug options that just read cpu registers or memory mapped IO for hardware and output it as a file in user space.

  • @flop-oe5mr
    @flop-oe5mr 8 วันที่ผ่านมา +10

    How do you secure such a network?

    • @adventuresin9797
      @adventuresin9797  8 วันที่ผ่านมา +2

      I will have some videos on that soon. The short answer is an authorization server. It stores the passwords, and everything checks in with the auth server to make sure a user is allowed to access things.
      9p.io/sys/doc/auth.html

    • @illdieanyway7865
      @illdieanyway7865 6 วันที่ผ่านมา +2

      An auth server with ndb & factotum correctly set up

  • @alurma
    @alurma 7 วันที่ผ่านมา

    Why is the header called "fcall"?