meta: rename

This commit is contained in:
2024-11-02 11:31:51 +00:00
parent 065fdeec65
commit 62ec4c93ab
140 changed files with 422 additions and 857 deletions

View File

@@ -15,9 +15,9 @@
memory outstripts free memory), the sparse memory model may
be a better choice.
*/
#include <socks/vm.h>
#include <socks/memblock.h>
#include <socks/printk.h>
#include <mango/vm.h>
#include <mango/memblock.h>
#include <mango/printk.h>
/* array of pages, one for each physical page frame present in RAM */
static struct vm_page *page_array = NULL;