summaryrefslogtreecommitdiff
path: root/src/README
blob: 56ec7b293970fc51621949533482c6400e915c3c (plain)
1
2
3
4
5
6
7
boot.asm - the main boot sector code using:
* gdt.asm - the early GDT
* stage1_functions.asm - real mode functions of the bootloader
* stage2_functions.asm - protected mode primitive VGA routines
* switch_mode.asm - early GTD loading and switching from real to protected mode
kernel.c - Kernel C entry point 'entry'