loader.asm

Summary
loader.asm
Functions
_startLoader entry point.
multibootThis subroutine handle multiboot structures and convert them to BootInfo
common32This subroutine move kernel to 0x100000 and setup temporary pagging then jump to kernel code.

Functions

_start

_start

Loader entry point.

multiboot

multiboot

This subroutine handle multiboot structures and convert them to BootInfo

common32

common32

This subroutine move kernel to 0x100000 and setup temporary pagging then jump to kernel code.

_start
Loader entry point.
multiboot
This subroutine handle multiboot structures and convert them to BootInfo
StupidOS boot protocol structure
common32
This subroutine move kernel to 0x100000 and setup temporary pagging then jump to kernel code.
Close