ydoaPs Posted June 19, 2009 Posted June 19, 2009 Eventually, I think I want to work through programming my own OS Has anyone here done this?
Cap'n Refsmmat Posted June 19, 2009 Posted June 19, 2009 That's not programming your own so much as compiling a pre-made one for yourself. Programming an operating system on your own would be a major challenge. There are, however, some kernels designed specifically for people to mess with to learn about operating system design.
ydoaPs Posted June 19, 2009 Author Posted June 19, 2009 Surely it would at least give you a more intuitive understanding of how Linux OSes work, though.
Cap'n Refsmmat Posted June 19, 2009 Posted June 19, 2009 Definitely, but not on a low level (how memory management, multitasking and all that works) -- just what all the major components are and how they interact. It'd still be a good learning experience.
bascule Posted June 24, 2009 Posted June 24, 2009 Systems programming is really hard and tedious because it's so difficult to debug.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now