You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
```
9 years ago
..
README.md Initialization added 9 years ago
linux-bootstrap-1.md Intel syntax uses ; as a comment mark 9 years ago
linux-bootstrap-2.md Make links to other parts relative 10 years ago
linux-bootstrap-3.md Make links to other parts relative 10 years ago
linux-bootstrap-4.md Make x86 paging reference title clearer 9 years ago
linux-bootstrap-5.md Booting: fixed typo "paramter" in the linux-bootstrap-5.md file. 9 years ago

README.md

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: