http://mycpu.thtec.org/www-mycpu-eu/index1.htm
https://manybutfinite.com/post/how-computers-boot-up/
https://manybutfinite.com/post/kernel-boot-process/
https://github.com/s-matyukevich/raspberry-pi-os
https://danluu.com/new-cpu-features/
https://danluu.com/branch-prediction/
http://everythingsysadmin.com/2017/07/googles-bbr.html
RISC-V: The Free and Open RISC Instruction Set Architecture
http://www.clifford.at/icestorm/
https://www.youtube.com/watch?v=KrksBdWcZgQ
A processor is not a trusted black box for running code; on the contrary, modern x86 chips are packed full of secret instructions and hardware bugs. In this talk, we'll demonstrate how page fault analysis and some creative processor fuzzing can be used to exhaustively search the x86 instruction set and uncover the secrets buried in your chipset. We'll disclose new x86 hardware glitches, previously unknown machine instructions, ubiquitous software bugs, and flaws in enterprise hypervisors. Best of all, we'll release our sandsifter toolset, so that you can audit - and break - your own processor.
https://www.johndcook.com/blog/2018/04/15/eight-bit-floating-point/
http://wiki.nesdev.com/w/index.php/NES_reference_guide
https://web.archive.org/web/20020816174633/http://www.obelisk.demon.co.uk:80/6502/
https://www.swansontec.com/sregisters.html
https://gist.github.com/nadavrot/5b35d44e8ba3dd718e595e40184d03f0
(Book) https://nostarch.com/insidemachine.htm
http://www.righto.com/2018/08/inside-die-of-intels-8087-coprocessor.html
https://hackaday.io/project/18206-a2z-computer
https://www.youtube.com/watch?v=WDIkqP4JbkE
http://blog.httrack.com/blog/2013/11/15/everything-you-always-wanted-to-know-about-fsync/
You probably know more or less how databases (or things that look like one) store their data on disk in a permanent and safe way. Or at least, you know the basic principles. Or not?
Dozens of minimal operating systems to learn x86 system programming.
https://github.com/cirosantilli/x86-bare-metal-examples
https://raphlinus.github.io/gpu/2020/02/12/gpu-resources.html