jankos/components
2023-03-30 22:40:08 -07:00
..
framebuffer Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00
gdt Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00
interrupts Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00
kbd Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00
mem Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00
pit Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00
ports Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00
serial Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00
tests Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00
types Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00
readme.md Moving components modules to a more proper directory 2023-03-30 22:40:08 -07:00

Components Library

These are the smaller components that give the kernel actual behaviors. These are pieces that are practically required for the OS to function at a basic level but otherwise are not technically required for sheer load-level operations.