v0.16.0: IOKit registry-based drive enumeration, BSD name → IOBDServices matching, reverse patch default

This commit is contained in:
MattJackson
2026-04-30 15:17:20 -07:00
parent 7dd5001d45
commit a1f4dff6f6
5 changed files with 286 additions and 42 deletions
+1 -1
View File
@@ -1305,7 +1305,7 @@ impl Disc {
decrypt: opts.decrypt,
block_sectors: Some(1),
full_recovery: true,
reverse: false,
reverse: true,
wedged_threshold: 50,
progress: opts.progress,
halt: opts.halt.clone(),