1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00
linux-insides/Booting
Remi Rampin be59a42e94 Fix get_heap arguments meaning
`n` is not the number of bytes but the number of items which are each of
the given size.
2015-09-20 15:31:23 -04:00
..
linux-bootstrap-1.md TYPO: wether -> whether 2015-09-20 14:08:10 -04:00
linux-bootstrap-2.md TYPO: put_char -> putchar 2015-09-20 15:31:16 -04:00
linux-bootstrap-3.md Fix get_heap arguments meaning 2015-09-20 15:31:23 -04:00
linux-bootstrap-4.md Fix typo 2015-08-27 21:49:42 -03:00
linux-bootstrap-5.md TYPO: minor fixes in booting section 2015-09-20 15:30:58 -04:00
README.md modify some descriptions of README in Booting 2015-09-09 18:36:33 +08:00

Kernel boot process

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