Liav A
30b58cd06c
Kernel/SysFS: Remove derived BIOSSysFSComponent classes
...
These are not needed, because both do exactly the same thing, so we can
move the code to the BIOSSysFSComponent class.
2022-06-17 11:01:27 +02:00
Liav A
23c1c40e86
Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folder
2022-06-17 11:01:27 +02:00
Liav A
4d05a41b30
Kernel/SysFS: Split the bulky BIOS.h file into multiple files
2022-06-17 11:01:27 +02:00
Liav A
9c6834698f
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.
2022-06-17 11:01:27 +02:00
Liav A
99bac4f34f
Kernel/SysFS: Split bulky SysFSPCI file into separate files
2022-06-17 11:01:27 +02:00
Liav A
e488245234
Kernel/SysFS: Split bulky SysFSUSB file into two separate class files
2022-06-17 11:01:27 +02:00
Liav A
290eb53cb5
Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS parts
...
Instead, start to put everything in one place to resemble the directory
structure of the SysFS when actually using it.
2022-06-17 11:01:27 +02:00