title | author |
---|---|
A Journey in Creating an Operating System Kernel: The 539kernel Book |
Mohammed Q. Hussain |
- GNU Make Manual: https://www.gnu.org/software/make/manual/make.html
- Netwide Assembler Manual: https://www.nasm.us/xdoc/2.14.02/html/nasmdoc0.html
- Write Great Code Volume 1: Understanding the Machine.
- Intel's x86 Manual.
- Operating Systems Development - 8259A PIC Microcontroller by Mike, 2007 http://brokenthorn.com/Resources/OSDevPic.html
- Program and Data Representation: Textbook by Aaron Bloomfield https://aaronbloomfield.github.io/pdr/book/index.html
- Wikipedia: x86 calling conventions https://en.wikipedia.org/wiki/X86_calling_conventions
- Wikipedia: Interrupt request (PC architecture) https://en.wikipedia.org/wiki/Interrupt_request_(PC_architecture)