June 26, 2022
1:38 p.m.
I tried to set up a breakpoint inGDB and to lookup void main(void) and _start with objdumpon the kernel image without any success. Actually it clearly says that the control Jump to the C code inarch/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?