rename main to kernel_main to fix warnings
Newer gcc versions generate warnings because of the noreturn attribute on it and different type signature.
Please register or sign in to comment
Newer gcc versions generate warnings because of the noreturn attribute on it and different type signature.