Page 1 of 1
Recommended way to learn operating systems theory and design
Posted: Thu Apr 22, 2021 9:38 am
by HiroyuYulin
Hey everyone! I'm a recent EE grad that has gone the software route for my career, so I've missed some CS-specific work in school. I've always regretted not taking an operating systems course- to me, operating systems are black magic.
Please recommend a way to learn OS design and theory! It would be awesome if there are exercises and projects along the way.
Re: Recommended way to learn operating systems theory and de
Posted: Sat Apr 24, 2021 6:02 am
by thewrongchristian
HiroyuYulin wrote:Hey everyone! I'm a recent EE grad that has gone the software route for my career, so I've missed some CS-specific work in school. I've always regretted not taking an operating systems course- to me, operating systems are black magic.
Please recommend a way to learn OS design and theory! It would be awesome if there are exercises and projects along the way.
VidMate Mobdro
Can't recommend doing it via books, and studying existing systems. Have a look at the existing
Books wiki page.
I'd particularly recommend "The Design and Implementation of the FreeBSD Operating System" and "Windows Internals" to give a flavour of the black magic in contemporary modern operating systems.
Another good place to start would be with
Xv6. For me, having an out of the box setup that you can GDB into and step through the code helps cement how things work, and takes the black magic away. Running up Xv6 in qemu and attaching GDB is what gave me the confidence to start my own implementation.
Re: Recommended way to learn operating systems theory and de
Posted: Sat Apr 24, 2021 9:50 am
by Schol-R-LEA
Given the two 'hidden' links the OP tried to sneak in there at the end of their post, I doubt this is a sincere request for help.
Re: Recommended way to learn operating systems theory and de
Posted: Mon Apr 26, 2021 2:33 pm
by Carmand
I would recommend you to start by watching CS50 course.
Re: Recommended way to learn operating systems theory and de
Posted: Wed May 05, 2021 2:43 pm
by 0b1
The XINU book is old but good. it helped me get a grasp of the big picture, and see it wasn't so big after all (just a lot of work)
Then, again, so did osdev.org. So you are already on the right path!
Re: Recommended way to learn operating systems theory and de
Posted: Fri May 07, 2021 9:19 pm
by Skyz
If your EE grad, go into the CE aspect not CS.