1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-06-28 22:02:33 +00:00

Update SUMMARY.md

This commit is contained in:
Yaroslav Pronin 2016-12-01 22:22:12 +04:00 committed by GitHub
parent d9794e9241
commit a8a6c4423a

View File

@ -1,7 +1,7 @@
### Summary ### Summary
* [Booting](Booting/README.md) * [Процесс загрузки ядра](Booting/README.md)
* [From bootloader to kernel](Booting/linux-bootstrap-1.md) * [От загрузчика к ядру](Booting/linux-bootstrap-1.md)
* [First steps in the kernel setup code](Booting/linux-bootstrap-2.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) * [Video mode initialization and transition to protected mode](Booting/linux-bootstrap-3.md)
* [Transition to 64-bit mode](Booting/linux-bootstrap-4.md) * [Transition to 64-bit mode](Booting/linux-bootstrap-4.md)