implemented basic keyboard input getting
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
#include "../include/types.h"
|
||||
|
||||
uint8 inportb(uint16 _port);
|
||||
void outportb(uint16 _port, uint8 _data);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user