Work on ATA
This commit is contained in:
parent
a8a561e7f7
commit
b96f59abf0
|
@ -130,7 +130,7 @@ error_t CmdDumpATASect(int argc, char **argv, char *cmdline)
|
|||
char sector[600] = {0};
|
||||
int sectNumber = ShAtoi(argv[1]);
|
||||
int x = 0;
|
||||
int step = 16;
|
||||
int step = 16 ;
|
||||
|
||||
if (!sectNumber) {
|
||||
KernLog("Bad argument\n\n");
|
||||
|
|
Loading…
Reference in New Issue