I have begun reading Bryant, Halloran & Tahiliani’s, Computer Systems, A Programmer’s Perspective.
Notes and thoughts as i follow the book …
2024-12-30 17:04
- Learnt about the origins of the word “context”. The original domain was the os (kernel) context-switching between tasks and saving the context it needed (register state, contents of memory) before it made the actual switch
- Boolean logic. Blech. I thought I was done with boolean stuff. I think I can handle most of the operators mentally. It’s just xor that always trips me up