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

@@ -22,13 +22,13 @@
of the sparse memory model may be outweighed by the extra
overhead, and the flat memory model may be a better choice.
*/
#include <socks/vm.h>
#include <socks/arg.h>
#include <socks/printk.h>
#include <socks/panic.h>
#include <socks/memblock.h>
#include <socks/util.h>
#include <socks/machine/cpu.h>
#include <mango/vm.h>
#include <mango/arg.h>
#include <mango/printk.h>
#include <mango/panic.h>
#include <mango/memblock.h>
#include <mango/util.h>
#include <mango/machine/cpu.h>
static struct vm_sector *sector_array = NULL;
static size_t sector_array_count = 0;