diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2021-10-09 02:34:21 +0200 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2021-10-09 02:34:21 +0200 |
| commit | 3a9ccbd8e762477f75d8b164a1d99383a01414ae (patch) | |
| tree | 8088a02f8013bf5b73e078ac421a1cf6b93c4072 /src/kernel.c | |
| parent | 1dd9c366b885725a3081726b05732a2b81a8e6c7 (diff) | |
Adding gdt
Diffstat (limited to 'src/kernel.c')
| -rw-r--r-- | src/kernel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel.c b/src/kernel.c index 90f34bd..c6d1045 100644 --- a/src/kernel.c +++ b/src/kernel.c @@ -1,6 +1,6 @@ -#include <stdbool.h> -#include <stddef.h> -#include <stdint.h> +#include<stdbool.h> +#include<stddef.h> +#include<stdint.h> #include"vga.h" static const size_t VGA_WIDTH = 80; |
