|
|
|
|
|
by peatfreak
2825 days ago
|
|
I just read one chapter, which I thought was OK. It felt more like a book on how the C programming language translates to operating system concepts, rather than a book about the operating system concepts themselves. For example, the chapter I read discusses malloc() and indicates that it allocates memory from the heap, but it doesn't mention sbrk(). |
|
Disclaimer: I'm definitely not an expert, I'm reading the book to learn.