1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:57:46 +00:00

Kernel+LibPartition: Move MBRPartitionTable into LibPartition

This commit is contained in:
Samuel Bowman 2022-03-01 19:42:06 -05:00 committed by Linus Groh
parent 940dde9947
commit 1a6ef03e4a
9 changed files with 26 additions and 29 deletions

View file

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