1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00
linux-insides/Booting
Iru Cai 7c0d65420c linux-bootstrap-2: correct the calling convention statement
The use of ax, dx, cx to pass the function arguments is not `fastcall`
convention in GCC, which only uses cx and dx. This calling convention
comes from the GCC -mregparm=3 option.

[1] https://en.wikipedia.org/wiki/X86_calling_conventions
2018-03-18 15:23:38 +08:00
..
linux-bootstrap-1.md Booting/linux-bootstrap-1.md: update to the latest coreboot code 2018-03-16 10:51:18 +08:00
linux-bootstrap-2.md linux-bootstrap-2: correct the calling convention statement 2018-03-18 15:23:38 +08:00
linux-bootstrap-3.md Formatting change 2018-01-15 16:30:48 +05:30
linux-bootstrap-4.md alignment fixed 2017-12-30 00:41:20 +06:00
linux-bootstrap-5.md linux-bootstrap-5.md: fix typo, http->https 2018-03-18 15:20:33 +08:00
linux-bootstrap-6.md Update linux-bootstrap-6.md 2018-01-07 16:36:46 +06:00
README.md Update README.md 2018-01-07 18:45:48 -05:00

Kernel Boot Process

This chapter describes the linux kernel boot process. Here you will see a series of posts which describes the full cycle of the kernel loading process: