I'm trying to compile a kernel from my operating system in Visual Studio. How do I link the bootloader in Assembly and the kernel in C?
I'm trying to compile a kernel from my operating system in Visual Studio. How do I link the bootloader in Assembly and the kernel in C?