sleiderr / fzkernel

Pure rust bootloader
GNU General Public License v3.0
4 stars 1 forks source link

feat(kernel): kernel loading from disk, jump to kernel entry while entering long mode #74

Closed sleiderr closed 5 months ago

sleiderr commented 5 months ago

Loads the kernel from disk to memory, and performs the last bit of work required to switch to long mode.

Jumps to the kernel entry point after performing said work. Uses the Multiboot protocol to transmit information from the bootloader to the kernel.