Add: nonworking serial port driver implementation

This commit is contained in:
xamidev
2024-05-20 21:48:48 +02:00
parent 841dee9e18
commit aca525d3ce
11 changed files with 145 additions and 45 deletions

1
io.h
View File

@@ -2,5 +2,6 @@
#define INCLUDE_IO_H
void outb(unsigned short port, unsigned char data);
unsigned char inb(unsigned short port);
#endif