summaryrefslogtreecommitdiff
path: root/src/README
blob: f22867bcb882ac20d09e196fcfd77c1a680f003f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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'

utility routines
* vga.c - VGA basic output routines for early kernel output

c library stub
* string.c