mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-03 12:20:56 +00:00
Fix sentence structures in linux-bootstrap-3
Update heading underline to 80 chars
This commit is contained in:
parent
2538edd5d9
commit
8a166ac424
@ -1,8 +1,8 @@
|
|||||||
Kernel booting process. Part 3.
|
Kernel booting process. Part 3.
|
||||||
==========================================================
|
================================================================================
|
||||||
|
|
||||||
Video mode initialization and transition to protected mode
|
Video mode initialization and transition to protected mode
|
||||||
----------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
This is the third part of the `Kernel booting process` series. In the previous [part](linux-bootstrap-2.md#kernel-booting-process-part-2), we stopped right before the call of the `set_video` routine from the [main.c](https://github.com/torvalds/linux/blob/master/arch/x86/boot/main.c#L181). In this part, we will see:
|
This is the third part of the `Kernel booting process` series. In the previous [part](linux-bootstrap-2.md#kernel-booting-process-part-2), we stopped right before the call of the `set_video` routine from the [main.c](https://github.com/torvalds/linux/blob/master/arch/x86/boot/main.c#L181). In this part, we will see:
|
||||||
- video mode initialization in the kernel setup code,
|
- video mode initialization in the kernel setup code,
|
||||||
|
Loading…
Reference in New Issue
Block a user