ββββββββββββ β§γβ©γβ§ ββββββββββββ
ββββββββββββ β§γβ©γβ§ ββββββββββββ
- The Rust Programming Language : https://doc.rust-lang.org/book/
- C++ : https://cplusplus.com/
- C : https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html
- Memory Management: https://wiki.osdev.org/Memory_management
- Stack data type : https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
- Heap data structure: https://en.wikipedia.org/wiki/Heap_(data_structure)
- Os Dev: https://wiki.osdev.org/Main_Page
- What's a compiler ?: https://wiki.osdev.org/Compiler
- Making a compiler (Theory): https://wiki.osdev.org/Making_a_Compiler
- Gcc cross-compiler: https://wiki.osdev.org/GCC_Cross-Compiler
- How Kernel, compiler and C works together: https://wiki.osdev.org/How_kernel,_compiler,_and_C_library_work_together
- x86-64: https://wiki.osdev.org/X86-64