1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-23 07:08:11 +00:00
linux-insides/SUMMARY.md

9 lines
338 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-01-30 18:34:07 +00:00
* [Video mode initialization and transition to protected mode](Booting/linux-bootstrap-3.md)
2015-01-28 18:35:51 +00:00
* [Useful links](LINKS.md)
* [Contributors](contributors.md)