start of page allocation

This commit is contained in:
Liam Kerr 2026-02-08 23:51:37 +00:00
parent a0973fe49d
commit e64cf1ef72
5 changed files with 52 additions and 1 deletions

View file

@ -4,6 +4,7 @@
#define UART_ADDRESS 0x10000000
void uart_put(size_t base_addr, uint8_t data);
int kputchar(int ch);
void knewline();
void kputs(const char *str);
void kprint(const char *str);
#endif