Tagged Questions

33
votes
6answers
9k views

Programmatically get the cache line size?

Just want to document the answer to this specific question... a similar question (with potential answers was asked here) All platforms welcome, please specify the platform for your answer.
9
votes
3answers
240 views

Is it possible to implement a small Disk OS in C or C++?

I am not trying to do any such thing, but I was wondering out of curiosity whether one could implement an "entire OS" (not necessarily something big like Linux or Microsoft Windows, but more like a ...
2
votes
1answer
2k views

Information on N-way set associative Cache stides

Several of the resources I've gone to on the internet have disagree on how set associative caching works. For example hardware secrets seem to believe it works like this: Then the main RAM ...
0
votes
1answer
196 views

Which Tanenbaum DS/OS book should I get? [closed]

I want to refresh and deepen my knowledge about systems programming (operating systems, embedded systems, network programming and related low-level topics). I always wanted to buy one of Tanenbaum's ...