Skip to content

Instantly share code, notes, and snippets.

View serhack's full-sized avatar
✍️
Writing

SerHack serhack

✍️
Writing
View GitHub Profile

JAMTIS

This document describes a new addressing scheme for Monero.

Chapters 1-2 are intended for general audience.

Chapters 3-7 contain technical specifications.

Table of Contents

@nikolay-n
nikolay-n / syscalls.txt
Last active February 14, 2024 21:17
macOS syscall
syscall = 0
exit = 1
fork = 2
read = 3
write = 4
open = 5
close = 6
wait4 = 7
link = 9
unlink = 10