Merged FAT16 into Dev
Hopefully with success
This commit is contained in:
		@ -1,5 +1,5 @@
 | 
			
		||||
#include "pit.h"
 | 
			
		||||
 | 
			
		||||
#include "../../terminal/kterm.h"
 | 
			
		||||
uint32_t pit_tick = 0;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user