Search notes:

arch/x86/boot/main.c

arch/x86/boot/main.c is the *main module for the real-mode kernel code.

main

main.c contains a function with the signature void main().
Is this function called from arch/x86/boot/header.S?
The last function being called from main() is go_to_protected_mode().

See also

boot process

Index