We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a253b3f commit a28bbf1Copy full SHA for a28bbf1
bios/first_stage/src/main.rs
@@ -37,7 +37,7 @@ pub extern "C" fn first_stage(disk_number: u16) {
37
let dap = dap::DiskAddressPacket::from_lba(
38
partition_buf,
39
partition.logical_block_address.into(),
40
- partition.sector_count.try_into().unwrap_or_fail(b'b'),
+ 1, // partition.sector_count.try_into().unwrap_or_fail(b'b'),
41
);
42
unsafe {
43
dap.perform_load(disk_number);
0 commit comments