blob: c9219a7ebe062c9b9400bc9a7bb1e42a9c8aa941 [file] [log] [blame]
swissChili825d46b2021-02-21 10:14:16 -08001+------------+
2| Source map |
3+------------+
4
5
6Source File Description
7----------------------------------------------------------------
8io.c low level memory management stuff, io utils
9log.c logging, panics, assert, etc
10vga.c vga drivers
11timer.c sets up interrupt timer
12descriptor_tables.c sets up IDT and GDT
13paging.c sets up paging
14pic.c IRQ handler
15interrupts.c ISR handler
16boot.s calls kmain
17main.c entry point