page.c (79B)
1 #include "libk.h" 2 #include "page.h" 3 #include "idt.h" 4 5 void 6 page_init(void) 7 { 8 }