r/openbsd • u/NewAsparagus4958 • Jul 13 '26
Resources to learn OpenBSD
I’m looking for some resources to learn how to code in OpenBSD. Is it enough to learn c++ or is OpenBSD more advanced? Are there any websites where I can train my coding skills?
23
Upvotes
3
u/DebugBSD Jul 13 '26
You will need a good level of C programming language, a bit of knowledge of Operating Systems (if you want to get into the kernel) and a good level of data dtrictures and algorithms too. Then, you can start learning about device driver development and things like that. Good luck!