1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00
linux-insides/Booting
Dzmitry Plashchynski f771529c58 Intel syntax uses ; as a comment mark
There's a NASM compilation error:
```
boot.nasm:1: error: label or instruction expected at start of line
Note: this example written with Intel syntax:1: error: label or instruction expected at start of line
```
2015-03-09 20:29:39 +02:00
..
linux-bootstrap-1.md Intel syntax uses ; as a comment mark 2015-03-09 20:29:39 +02:00
linux-bootstrap-2.md Make links to other parts relative 2015-02-02 19:50:03 +00:00
linux-bootstrap-3.md Make links to other parts relative 2015-02-02 19:50:03 +00:00
linux-bootstrap-4.md Make x86 paging reference title clearer 2015-03-01 08:40:56 +01:00
linux-bootstrap-5.md Booting: fixed typo "paramter" in the linux-bootstrap-5.md file. 2015-02-24 10:12:24 +01:00
README.md Initialization added 2015-03-08 11:44:22 +06:00

Kernel booting process

This chapter describes linux kernel booting process. You will see here a couple of posts which describes full cycle of the kernel loading: