DirectIO is working! Also a bit more cleanup.

This commit is contained in:
Cutieguwu
2026-01-01 23:22:26 -05:00
parent 1607f7ebfa
commit 53d773e2ea
5 changed files with 30 additions and 34 deletions

View File

@@ -11,6 +11,8 @@ use anyhow;
const FB_SECTOR_SIZE: usize = 2048;
const FB_NULL_VALUE: u8 = 0;
const MAX_BUFFER_SIZE: usize = FB_SECTOR_SIZE * 16;
fn main() -> anyhow::Result<()> {
let mut recover_tool = Recover::new()?;
recover_tool.run()?;