feat: cleanup init code, small other refactors
This commit is contained in:
@@ -19,8 +19,6 @@ typedef struct KeyEvent_t {
|
||||
|
||||
char getc();
|
||||
|
||||
void init_keyboard();
|
||||
|
||||
//const char *key_code_to_string(KeyCode key);
|
||||
|
||||
KeyEvent *get_next_event();
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
//
|
||||
// Created by rick on 28-01-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_SERIAL_H
|
||||
#define NEW_KERNEL_SERIAL_H
|
||||
|
||||
int serial_init();
|
||||
|
||||
void serial_kprint(const char *msg);
|
||||
|
||||
#endif //NEW_KERNEL_SERIAL_H
|
||||
@@ -27,8 +27,4 @@
|
||||
#define VGA_COL_MAX 80
|
||||
#define VGA_ROW_MAX 25
|
||||
|
||||
void vga_clear_screen();
|
||||
|
||||
void vga_kprint(const char *msg);
|
||||
|
||||
#endif //MY_KERNEL_VGASCREEN_H
|
||||
|
||||
Reference in New Issue
Block a user