1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:57:36 +00:00

Kernel+LibPartition: Move EBRPartitionTable into LibPartition

This commit is contained in:
Samuel Bowman 2022-03-01 20:01:52 -05:00 committed by Linus Groh
parent 1a6ef03e4a
commit 9053d86b82
6 changed files with 37 additions and 42 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
DiskPartitionMetadata.cpp
EBRPartitionTable.cpp
MBRPartitionTable.cpp
PartitionTable.cpp
)