Andreas Kling
|
456f12c5c8
|
LibPartition: Make Kernel parts const-correct re: StorageDevice&
We can't do I/O with a const StorageDevice&, so it has to be non-const.
|
2023-02-21 00:54:04 +01:00 |
|
Tim Schumacher
|
d43a7eae54
|
LibCore: Rename File to DeprecatedFile
As usual, this removes many unused includes and moves used includes
further down the chain.
|
2023-02-13 00:50:07 +00:00 |
|
Samuel Bowman
|
380ce43afc
|
LibPartition: Make GUIDPartitionTable kernel/userland agnostic
|
2022-07-21 20:13:44 +01:00 |
|
Samuel Bowman
|
25de9de7dc
|
Kernel+LibPartition: Move GUIDPartitionTable into LibPartition
|
2022-07-21 20:13:44 +01:00 |
|