<div style="font-family: Arial; font-size: 14px; color: rgb(34, 34, 34);"><span style="background-color:rgb(255, 255, 255);display:inline !important">I tried to set up a breakpoint in<span> </span></span><b style="background-color:rgb(255, 255, 255)">GDB</b><span style="background-color:rgb(255, 255, 255);display:inline !important"> and to lookup <b>void main(void)</b> and <b>_start</b> with </span><b style="background-color:rgb(255, 255, 255)">objdump<span> </span></b><span style="background-color:rgb(255, 255, 255);display:inline !important">on the kernel image without any success.</span><br></div><div style="font-family: Arial; font-size: 14px; color: rgb(34, 34, 34);"><span style="background-color:rgb(255, 255, 255);display:inline !important"><br></span></div><div style="font-family: Arial; font-size: 14px; color: rgb(34, 34, 34);">Actually it clearly says that the control <b>Jump to the C code in</b><span style="font-weight: bold;"> </span><b>arch/x86/boot/main.c</b>. But as I mentioned before there's simply no such symbol as <b>void main(void) </b>in the Kernel image. </div><div style="font-family: Arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: Arial; font-size: 14px; color: rgb(34, 34, 34);"></div><div style="font-family: Arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: Arial; font-size: 14px; color: rgb(34, 34, 34);">How can it jump to something that does not exist?</div>