mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
Kernel+LibPartition: Move DiskPartitionMetadata into LibPartition
This commit creates a new library LibPartition which will contain partition related code sharable between Kernel and Userland and includes DiskPartitionMetadata as the first shared class.
This commit is contained in:
parent
2786147774
commit
be1c5c6b9f
9 changed files with 27 additions and 20 deletions
5
Userland/Libraries/LibPartition/CMakeLists.txt
Normal file
5
Userland/Libraries/LibPartition/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
set(SOURCES
|
||||
DiskPartitionMetadata.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibPartition partition)
|
Loading…
Add table
Add a link
Reference in a new issue