标签:arch com cte linux boot cal res nbsp cond
arch/x86/boot/header.S --> _start --> calll main
arch/x86/boot/main.c --> main -- > go_to_protected_mode
arch/x86/boot/pm.c --> go_to_protected_mode --> protected_mode_jump
arch/x86/boot/pmjump.S --> GLOBAL(protected_mode_jump) --> jmpl *%eax
arch/x86/boot/compressed/head_64.S --> ENTRY(startup_32) --> ENTRY(startup_64) --> jmp *%rax
arch/x86/kernel/head_64.S --> startup_64 --> ENTRY(secondary_startup_64) --> lretq (%rax)
arch/x86/kernel/head64.c --> x86_64_start_kernel --> start_kernel
init/main.c --> start_kernel --> rest_init
linux kernel x86 arch how to boot to init
标签:arch com cte linux boot cal res nbsp cond
原文地址:http://www.cnblogs.com/ShannonSN/p/7844387.html