hi all,
I have some questions about multiboot startup.The boot loader loads os image into memory,then either /kern/x86/pc/base_multiboot_main.c multiboot_main or boot/multiboot/multiboot_main.c multiboot_main() will be called ? multiboot_main() will call main(), is this main() function /boot/multiboot/main.c or kernel main() ?if it is /boot/multiboot/main.c,boot_start function will be called, in boot_start function,os will jmp to kernel's entry,begins os kernel's running.
can someone give me some advices ?
thanks & regards
Thanks & Regards
Helen Zheng