Fixing include paths for new structure

Removed non-sensical libc folder from project
This commit is contained in:
2022-08-17 14:57:50 +02:00
parent 3b3e2597a1
commit bbfea39c23
21 changed files with 54 additions and 57 deletions

View File

@ -1,5 +1,5 @@
#include "pit.h"
#include "tty/kterm.h"
#include "../../Terminal/kterm.h"
uint32_t pit_tick = 0;

View File

@ -1,6 +1,6 @@
#pragma once
#include <stdint.h>
#include "io.h"
#include "../../io.h"
#define PIT_DATA_0 0x40
#define PIT_DATA_1 0x41
#define PIT_DATA_2 0x42