Pretty great resource, read through it just recently, and while it had some unfinished sections, it was just what I need to answer definitively a question like "How do threads work on linux", with excruciating detail.
Thanks for the pointer. I just spent 30 minutes moving the binaries into `/bin`, in the generated filesystem, then making the shell find them via a PATH-search.
Made me appreciate some of this stuff all over again.
Try this too: http://pages.cs.wisc.edu/~remzi/OSTEP/.
OS - Three Easy Pieces. It has the right mix of text and relevant code to drive down the concepts.
I love Allen Downey's books. His "How to Think Like a Computer Scientist" was the first CS book I used in high school, and it has given me the strongest fundamentals I could ever ask for.
I'm a college student now taking OS, so hoping this will be a good complement to my education.
How does this book compare with "Operating System Concepts" (aka the dinosaur book) ? I've read neither, but plan on teaching myself more about OS—after I complete "Elements of Computing" and "Computer Systems: A programmer's perspective." (hopefully in the next six months)
These are not books that you read as leisure, so probably one can't read it continuously. And I would recommend to have a personal project (or maybe one borrowed from another person) to test the concepts as you read. As people have social life and work, this 6 months time span seems acceptable.
About the books: I can't say about these two books because I learned it through a Brazilian book and I was applying it directly at my job (so I had to learn it faster).
I understand one has a job and stuff to do, but 6 months is 4320 hours. Let's say you waste 10 hours a day commuting and in your job, that's 1200 hours in 6 months. You have 3120 hours left to sleep and do whatever you want to do (obviously you have to factor out bed time), unless you have two jobs or children to raise, I think that's enough time to read at least six good size books. I myself am a book junkie, and I always make time everyday to read, because there are so many things to learn!
Not all books are created equal. I'm not the fastest reader, but if I can read a novel in a week or so by just reading 1-2 hours a night. Mathematics texts on the other hand may require as much as 1-2 hours for 1-2 pages (depending on how dense it is). CS texts tend to fall somewhere in the middle for me, but there's a reason that science courses tend to cover half of a book in a semester.
https://www.bottomupcs.com/
Pretty great resource, read through it just recently, and while it had some unfinished sections, it was just what I need to answer definitively a question like "How do threads work on linux", with excruciating detail.