add links
This commit is contained in:
parent
ecf7b4a33b
commit
0f77e1a450
1 changed files with 21 additions and 0 deletions
21
README.txt
21
README.txt
|
@ -3,3 +3,24 @@
|
||||||
|
|
||||||
Suivez les instructions pour pouvoir compiler l'image avec Grub :
|
Suivez les instructions pour pouvoir compiler l'image avec Grub :
|
||||||
https://littleosbook.github.io/#obtaining-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/
|
||||||
|
|
Loading…
Reference in a new issue