blob: 8df2e59834d0ef0f2f857f32a61b07d6ffc46207 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#pragma once
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_PATH 0
#include "core/types.hpp"
#include "core/paging.hpp"
#include "libs/math.hpp"
#include "libs/stdio.hpp"
#include "libs/string.hpp"
extern u64* kpml4;
|