Plan 9 Theory and Practice; Everything is a File 1.2

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 7

  • @Schneiburs
    @Schneiburs Місяць тому +2

    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

    • @adventuresin9
      @adventuresin9  Місяць тому +4

      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 Місяць тому +10

    How do you secure such a network?

    • @adventuresin9
      @adventuresin9  Місяць тому +6

      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 Місяць тому +5

      An auth server with ndb & factotum correctly set up

  • @alurma
    @alurma Місяць тому

    Why is the header called "fcall"?