From 0f77e1a450ac2e65edb1c5bac30d4fea34393c4a Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 14 Sep 2023 20:26:13 +0200 Subject: [PATCH] add links --- README.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.txt b/README.txt index 4c0e03e..a83dc2c 100644 --- a/README.txt +++ b/README.txt @@ -3,3 +3,24 @@ Suivez les instructions pour pouvoir compiler l'image avec Grub : https://littleosbook.github.io/#obtaining-grub + +Ressources +========== + +- The Little book about OS development : + https://github.com/littleosbook/littleosbook +- The Little book about OS development (fork avec des fix) : + https://github.com/OrdoFlammae/littleosbook-src + +ASM +--- + +- x86 Assembly Guide : https://www.cs.virginia.edu/~evans/cs216/guides/x86.html +- Intel x86 Instruction Set Reference : http://www.felixcloutier.com/x86/ +- IntelĀ® 64 and IA-32 Architectures Software Developer Manuals (Volumes 2) : + https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html + +Doxygen +------- + +- Doxygen Manual : https://www.star.bnl.gov/public/comp/sofi/doxygen/