Added support for setting up a serial port. This first serial driver appears to only work correctly in QEMU.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#ifndef KERNEL_H
|
||||
#define KERNEL_H
|
||||
|
||||
void write_screen(unsigned int, char, unsigned char, unsigned char);
|
||||
void move(unsigned short);
|
||||
void draw_s(char*, unsigned char, unsigned char);
|
||||
int strlen(char*);
|
||||
void clear_screen(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user