Kernel: Move Partition to its own file

This commit is contained in:
2023-11-21 15:16:04 +02:00
parent 19ed0cb9bf
commit 6a068fb9f9
5 changed files with 133 additions and 132 deletions

View File

@@ -59,6 +59,7 @@ set(KERNEL_SOURCES
kernel/Storage/ATA/ATAController.cpp
kernel/Storage/ATA/ATADevice.cpp
kernel/Storage/DiskCache.cpp
kernel/Storage/Partition.cpp
kernel/Storage/StorageDevice.cpp
kernel/Syscall.cpp
kernel/Syscall.S