Removed itoa and printf from idt

This commit is contained in:
2021-05-18 21:13:14 +01:00
parent 63ea825e2e
commit f71a3a8ed6
2 changed files with 4 additions and 102 deletions

View File

@ -3,14 +3,13 @@
#include "stdint.h"
#include "stddef.h"
#include "../vga/colors.h"
#include "../pic/pic.h";
#include "../pic/pic.h"
extern "C"{
#include "../tty/kterm.h"
}
#define AS_KERNEL() ( kterm_writestring("[KERNEL]:"))
extern "C" void kterm_writestring(const char* data );
extern "C" void kterm_putat(char, uint8_t, size_t, size_t);
extern "C" void kterm_put(char);
extern "C" {
struct __attribute__((__packed__)) IDT_entry {