mirror of https://github.com/E-Almqvist/eOS
commit
fd0ce94dbb
@ -1,6 +1,7 @@ |
||||
# TO DO |
||||
- Refactor the VGA driver |
||||
- Finish the book! |
||||
- Multiboot support (for grub etc) |
||||
- VGA Library (Graphics) |
||||
- Rendering (VGA) |
||||
- User input (Keyboard) |
||||
- File system? |
||||
|
@ -1,5 +1,5 @@ |
||||
unsigned char port_byte_in(); |
||||
void port_byte_out(); |
||||
unsigned char port_inb(); |
||||
void port_outb(); |
||||
|
||||
unsigned short port_word_in(); |
||||
void port_word_out(); |
||||
unsigned short port_inw(); |
||||
void port_outw(); |
||||
|
Loading…
Reference in new issue