mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
Kernel: Move all boot-related code to the new Boot subdirectory
This commit is contained in:
parent
c9a34cae66
commit
8f21420a1d
31 changed files with 34 additions and 34 deletions
|
@ -7,9 +7,9 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
# include <Kernel/Boot/Multiboot.h>
|
||||
# include <Kernel/Memory/PhysicalAddress.h>
|
||||
# include <Kernel/Memory/VirtualAddress.h>
|
||||
# include <Kernel/Multiboot.h>
|
||||
#endif
|
||||
|
||||
#define MAX_KERNEL_SIZE 0x4000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue