got the screen cleared, vga cursor moving, looking good
This commit is contained in:
@@ -11,4 +11,7 @@ void kpanic();
|
||||
|
||||
void liftoff(uint32_t entry_point, uint32_t user_stack) __attribute__((noreturn));
|
||||
|
||||
uint8_t inb(uint16_t port);
|
||||
void outb(uint16_t port, uint8_t data);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user