ASM Bootloader to C Kernel
Posted: Sat Oct 19, 2002 12:19 pm
Hey Guys
I have a working bootloader and want to get it to launch into a C kernel. I have compiled the kernel to binary format at 0x100000. SO my question is how do i execute this from my bootloader do i literally just do jmp 0x100000 or do i have to do some other things?
My bootloader jumps to protected mode and allows more then 1mb of memory to be addressed.
Peter
I have a working bootloader and want to get it to launch into a C kernel. I have compiled the kernel to binary format at 0x100000. SO my question is how do i execute this from my bootloader do i literally just do jmp 0x100000 or do i have to do some other things?
My bootloader jumps to protected mode and allows more then 1mb of memory to be addressed.
Peter