31d2e10b69
Basically, added error handling, interrupts and basic hardware communication is now possible. Yay.
6 lines
114 B
C
Executable File
6 lines
114 B
C
Executable File
#include <kernel/descriptor_tables.h>
|
|
#include <kernel/tty.h>
|
|
#include <kernel/utils.h>
|
|
#include <stdint.h>
|
|
|