~p00f/mmap

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~p00f/mmap
read/write
git@git.sr.ht:~p00f/mmap

You can also use your local clone with git send-email.

#tsoding's mmap

This is a C and Zig implementation of tsoding's mmap video, covering

  • memory allocation
  • reading files
  • shared memory
  • memory protection controls

The last two are implemented in Zig, and the last one differs from tsoding - instead of writing assembly and assembling it into an object file, I call a function inside the same ELF executable using the Zig standard library's ELF module

Do not follow this link