1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-20 12:41:09 +00:00
linux-insides/SUMMARY.md
2015-02-17 23:11:56 +06:00

17 lines
604 B
Markdown

### Summary
* [Booting](Booting/README.md)
* [From bootloader to kernel](Booting/linux-bootstrap-1.md)
* [First steps in the kernel setup code](Booting/linux-bootstrap-2.md)
* [Video mode initialization and transition to protected mode](Booting/linux-bootstrap-3.md)
* [Transition to 64-bit mode](Booting/linux-bootstrap-4.md)
* [Kernel decompression]()
* [First steps inside the kernel]()
* [Theory]()
* [Paging]()
* [Elf64](Theory/ELF.md)
* [Misc]()
* [Write and Submit your first Linux kernel Patch]()
* [Useful links](LINKS.md)
* [Contributors](contributors.md)