mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-10-31 20:18:56 +00:00
Change first heading to overview
This commit is contained in:
parent
c2c7f33435
commit
4eb7e7d783
@ -1,7 +1,7 @@
|
|||||||
Kernel booting process. Part 2.
|
Kernel booting process. Part 2.
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
First steps in the kernel setup
|
Overview
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
We started to dive into linux kernel internals in the previous [part](linux-bootstrap-1.md) and saw the initial part of the kernel setup code. We stopped at the first call to the `main` function (which is the first function written in C) from [arch/x86/boot/main.c](https://github.com/torvalds/linux/blob/master/arch/x86/boot/main.c).
|
We started to dive into linux kernel internals in the previous [part](linux-bootstrap-1.md) and saw the initial part of the kernel setup code. We stopped at the first call to the `main` function (which is the first function written in C) from [arch/x86/boot/main.c](https://github.com/torvalds/linux/blob/master/arch/x86/boot/main.c).
|
||||||
|
Loading…
Reference in New Issue
Block a user