5 ms·
Are the FreeBSD sources also readable?
by CodeCompost 2y ago
Are the FreeBSD sources also readable?
- dejv 2y agoWell, yes. Kinda. You need to know a bit about high level organization and structure of OSes first as the codebase is not particularly small.
- int_19h 2y agoFor FreeBSD specifically there's a book about it that is written by the very people who designed most of it: https://dl.acm.org/doi/abs/10.5555/2659919 https://dl.acm.org/doi/abs/10.5555/2659919
- zxexz 2y agoQuite, IMO.
- f1shy 2y agoPretty much, and also there is more documentation for some parts as linux. Not the prettiest code in the world, but ok.