> On Jan 29, 2022, at 04:39, rem...@tutanota.com wrote: > > Thanks you! I'm actually a Linux user checking on *BSD and after trying some, > DragonFlyBSD has me very very interested! I will deep more into the OS itself > and then I'll try to compile a custom kernel which I never did before in any > other OS. Btw, if I could ask you, do you know if there is an online > reference of the system call table for DragonFlyBSD?
See: https://gitweb.dragonflybsd.org/dragonfly.git/blob/HEAD:/sys/kern/syscalls.master and the syscall(9) man page: https://www.dragonflybsd.org/cgi/web-man?command=syscall§ion=9 Cheers Aaron