mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +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
|
@ -13,7 +13,7 @@
|
|||
#include <Kernel/Arch/aarch64/RPi/MMIO.h>
|
||||
#include <Kernel/Arch/aarch64/RPi/UART.h>
|
||||
#include <Kernel/Arch/aarch64/Registers.h>
|
||||
#include <Kernel/BootInfo.h>
|
||||
#include <Kernel/Boot/BootInfo.h>
|
||||
#include <Kernel/Library/Panic.h>
|
||||
#include <Kernel/Sections.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include <Kernel/Arch/aarch64/BootPPMParser.h>
|
||||
#include <Kernel/Arch/aarch64/RPi/Framebuffer.h>
|
||||
#include <Kernel/Arch/aarch64/RPi/FramebufferMailboxMessages.h>
|
||||
#include <Kernel/BootInfo.h>
|
||||
#include <Kernel/Boot/BootInfo.h>
|
||||
#include <Kernel/Sections.h>
|
||||
|
||||
namespace Kernel::RPi {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue