diff options
| author | marcel.braun <marcel.braun@ost.ch> | 2026-03-29 20:49:03 +0200 |
|---|---|---|
| committer | marcel.braun <marcel.braun@ost.ch> | 2026-03-29 20:49:03 +0200 |
| commit | 9c602f2cf8fd87f55adc31c085e469e72b7cbbfa (patch) | |
| tree | e867cc99df6e2530b0c4a0ec5723c8fe607ab442 /kernel/CMakeLists.txt | |
| parent | 3888a9f90301003780fc02ce317fde29e1c20c1f (diff) | |
| download | teachos-9c602f2cf8fd87f55adc31c085e469e72b7cbbfa.tar.xz teachos-9c602f2cf8fd87f55adc31c085e469e72b7cbbfa.zip | |
Move block device offset and size-to-blocks calculation to block_device_utils
Diffstat (limited to 'kernel/CMakeLists.txt')
| -rw-r--r-- | kernel/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index 1a8eb99..5f9a019 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -17,6 +17,7 @@ add_executable("kernel" "src/memory.cpp" "src/devices/device.cpp" "src/devices/block_device.cpp" + "src/devices/block_device_utils.cpp" "src/devices/storage/storage_controller.cpp" "src/devices/storage/storage_management.cpp" "src/devices/storage/ram_disk/ram_disk_controller.cpp" |
