start of page allocation
This commit is contained in:
parent
a0973fe49d
commit
e64cf1ef72
5 changed files with 52 additions and 1 deletions
|
|
@ -3,8 +3,12 @@
|
|||
#include <drivers/uart.h>
|
||||
#include <syscon/syscon.h>
|
||||
#include <kernel/panic.h>
|
||||
#include <kernel/memory.h>
|
||||
|
||||
void kmain() {
|
||||
kprint("Hello, OS World!\n");
|
||||
kputs("Hello, OS World!");
|
||||
kputs("-------------------");
|
||||
knewline();
|
||||
page_init();
|
||||
poweroff();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue