print hex

This commit is contained in:
Such Meme, Many Skill
2019-12-07 21:49:58 +01:00
parent b0094f133c
commit 8731550688
6 changed files with 59 additions and 8 deletions

View File

@@ -6134,7 +6134,7 @@ FRESULT f_fdisk (
sz_part = (DWORD)sz_cyl * p_cyl;
if (i == 0) { /* Exclude first track of cylinder 0 */
s_hd = 1;
s_part += 32831; sz_part -= 32831;
s_part += 32768; sz_part -= 32768;
} else {
s_hd = 0;
}