diff --git a/src/add-ons/kernel/disk_scanner/partition/intel.cpp b/src/add-ons/kernel/disk_scanner/partition/intel.cpp index 994dcb1202..716070d9b9 100644 --- a/src/add-ons/kernel/disk_scanner/partition/intel.cpp +++ b/src/add-ons/kernel/disk_scanner/partition/intel.cpp @@ -7,6 +7,11 @@ \brief disk_scanner partition module for "intel" style partitions. */ +// TODO: The implementation is very strict right now. It rejects a partition +// completely, if it finds an error in its partition tables. We should see, +// what error can be handled gracefully, e.g. by ignoring the partition +// descriptor or the whole partition table sector. + #include #include #include