mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
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…
x
Reference in New Issue
Block a user