feat: added cross compiler and moved headers to include dir
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <libk/kprint.h>
|
||||
#include <attributes.h>
|
||||
#include "libk.h"
|
||||
#include <libk/libk.h>
|
||||
|
||||
bool k_addr_in_kspace(void* addr) {
|
||||
return addr > kernel_start && addr < kernel_end;
|
||||
|
||||
Reference in New Issue
Block a user