Added TODO item.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2802 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
\brief disk_scanner partition module for "intel" style partitions.
|
\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 <errno.h>
|
#include <errno.h>
|
||||||
#include <new.h>
|
#include <new.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user