I tried to set up a breakpoint in GDB and to lookup void main(void) and _start with objdump on the kernel image without any success.
Actually it clearly says that the control Jump to the C code in arch/x86/boot/main.c. But as I mentioned before there's simply no such symbol as void main(void) in the Kernel image.
How can it jump to something that does not exist?
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies