[FREELDR] Cache INT13h drive data in pcdisk.c (#2097)
[reactos.git] / boot / freeldr / freeldr / arch / i386 / hwdisk.c
index 7aec1c3..cf23c60 100644 (file)
@@ -396,6 +396,8 @@ EnumerateHarddisks(OUT PBOOLEAN BootDriveReported)
     return DiskCount;
 }
 
+// FIXME: Copied from pcdisk.c
+// Actually this function is REALLY PC-specific!!
 static BOOLEAN
 DiskIsDriveRemovable(UCHAR DriveNumber)
 {