Small adjustment in directory structure of memory and bootloader files in kernel

This commit is contained in:
2021-11-02 21:15:00 +01:00
parent c9b789ed7b
commit bdcf9e66f8
11 changed files with 17 additions and 137 deletions

View File

@ -0,0 +1,8 @@
#pragma once
#include <stdint.h>
extern void *kernel_begin;
extern void *kernel_end;