Hacker News new | ask | show | jobs
Ask HN: Good hobby OS recommendations for learning
2 points by insky 4239 days ago
I've heard of Minix as a tool for learning about operating system design.

Which OS is a recommended for study purposes? As in operating system design and architecture.

1 comments

Minix is good, though something like xv6 is smaller these days. MIT uses it as their toy OS for undergrads.