From 8a166ac4242c1afe12a27b0048423c2bc4c55395 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Tue, 4 Aug 2015 23:37:26 +0500 Subject: [PATCH] Fix sentence structures in linux-bootstrap-3 Update heading underline to 80 chars --- Booting/linux-bootstrap-3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Booting/linux-bootstrap-3.md b/Booting/linux-bootstrap-3.md index d60a7f6..df31090 100644 --- a/Booting/linux-bootstrap-3.md +++ b/Booting/linux-bootstrap-3.md @@ -1,8 +1,8 @@ Kernel booting process. Part 3. -========================================================== +================================================================================ 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: - video mode initialization in the kernel setup code,