Kerenl/Firmware: Add map_ebda and map_bios methods in the original place

In a previous commit I moved everything into the new subdirectories in
FileSystem/SysFS directory without trying to actually make changes in
the code itself too much. Now it's time to split the code to make it
more readable and understandable, hence this change occurs now.
This commit is contained in:
Liav A 2022-04-22 10:34:15 +03:00 committed by Andreas Kling
parent 7310a9a641
commit 9c6834698f
Notes: sideshowbarker 2024-07-17 10:07:45 +09:00
8 changed files with 65 additions and 33 deletions

View file

@ -8,7 +8,7 @@
#include <AK/StringView.h>
#include <Kernel/Debug.h>
#include <Kernel/FileSystem/SysFS/Subsystems/Firmware/BIOS.h>
#include <Kernel/Firmware/BIOS.h>
#include <Kernel/Firmware/MultiProcessor/Parser.h>
#include <Kernel/Interrupts/IOAPIC.h>
#include <Kernel/Memory/TypedMapping.h>