This commit is contained in:
2024-05-25 23:17:10 +03:00
parent ea8f6b4ce0
commit 3690b91e16
13 changed files with 197 additions and 17 deletions

3
io.h
View File

@@ -7,4 +7,7 @@ void outb(uint16_t port, uint8_t val);
uint8_t inb(uint16_t port);
void io_wait(void);
void outb_wait(uint16_t port, uint8_t val);
uint8_t inb_wait(uint16_t port);
#endif