You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
427 B

9 years ago
### Summary
9 years ago
* [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)
9 years ago
* [Video mode initialization and transition to protected mode](Booting/linux-bootstrap-3.md)
9 years ago
* [Transition to 64-bit mode](Booting/linux-bootstrap-4.md)
* [Kernel decompression]()
9 years ago
* [Useful links](LINKS.md)
* [Contributors](contributors.md)