Skip to content
Main Menu edited this page Mar 6, 2021 · 1 revision

Boot

This file contains the asm files that are used for booting, irq, isr, gdt.

boot.s


Main entry point for the OS. GRUB will call this file.

Fuctions

mboot: ; Multiboot macros to make a few lines later more readable

stublet: ; Calls the C kernel entry
 
start: ; The line that is called by GRUB

cpu.s


Cpu guided functions that gets called by C.

Other files

The other files are just broken up versions of CPU to make it easier to read!

Clone this wiki locally