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,4 +1,5 @@
|
||||
#ifndef IO_H
|
||||
#define IO_H
|
||||
void outb(unsigned short port, unsigned char data);
|
||||
unsigned char inb(unsigned short port);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user