From 03aecd514f1a05ba379b5e688df1faf159492e6a Mon Sep 17 00:00:00 2001 From: Nathan Singer Date: Tue, 10 Jun 2025 09:28:58 -0400 Subject: [PATCH] adds some references --- REFERENCES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 REFERENCES.md diff --git a/REFERENCES.md b/REFERENCES.md new file mode 100644 index 0000000..b926a10 --- /dev/null +++ b/REFERENCES.md @@ -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/