Merged FAT16 into Dev

Hopefully with success
This commit is contained in:
2023-02-03 21:47:05 +01:00
67 changed files with 2402 additions and 288 deletions

View File

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

View File

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