Friday, July 18, 2008
Making an operating system, by example
If you're learning to write an operating system, you've probably looked at some complex code and have tried to make sense of it. If you're still puzzled after your first attempt, you ought to take a look at MikeOS. It's simple code for a text-based Operating System and the goal is to keep the code readable enough for developers to learn. You can get the source code (the last release was on 15th July 2008) from the official website here: http://developer.berlios.de/projects/mikeos/
Subscribe to:
Post Comments (Atom)
2 comments:
Exactly what I was looking for! Thanks!
Always glad to share something that has helped me out. Keep reading and having a nice day!
Post a Comment