1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-05 13:21:00 +00:00
linux-insides/SUMMARY.md

17 lines
604 B
Markdown
Raw Normal View History

2015-01-28 18:17:02 +00:00
### Summary
2015-01-28 18:26:05 +00:00
* [Booting](Booting/README.md)
* [From bootloader to kernel](Booting/linux-bootstrap-1.md)
2015-01-28 18:46:18 +00:00
* [First steps in the kernel setup code](Booting/linux-bootstrap-2.md)
2015-02-11 17:26:53 +00:00
* [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]()
2015-02-13 16:22:23 +00:00
* [First steps inside the kernel]()
2015-02-11 17:26:53 +00:00
* [Theory]()
* [Paging]()
2015-02-17 17:11:56 +00:00
* [Elf64](Theory/ELF.md)
2015-02-11 17:26:53 +00:00
* [Misc]()
* [Write and Submit your first Linux kernel Patch]()
2015-01-28 18:35:51 +00:00
* [Useful links](LINKS.md)
* [Contributors](contributors.md)