vm_page.c (85B)
1 #include "libk.h" 2 #include "idt.h" 3 #include "vm_page.h" 4 5 void 6 vm_page_init(void) 7 { 8 }