adds some references

This commit is contained in:
2025-06-10 09:28:58 -04:00
parent 920d0b01e1
commit 03aecd514f

11
REFERENCES.md Normal file
View File

@ -0,0 +1,11 @@
Websites:
OSDev Wiki - https://wiki.osdev.org/
bona fide os developer - http://osdever.net/
LittleOSBook - https://littleosbook.github.io/
http://www.brokenthorn.com/Resources/OSDevIndex.html
References:
NASM quick reference - https://www.posix.nl/linuxassembly/nasmdochtml/nasmdoca.html
ELF Reference - https://flint.cs.yale.edu/cs422/doc/ELF_Format.pdf
Anatomy of a program in memory - https://manybutfinite.com/post/anatomy-of-a-program-in-memory/
Linux Buddy System Paging - https://lwn.net/Articles/253361/