Work on ATA
This commit is contained in:
parent
b96f59abf0
commit
d8a679faf1
|
@ -141,7 +141,7 @@ error_t CmdDumpATASect(int argc, char **argv, char *cmdline)
|
||||||
|
|
||||||
IoReadATA(sector, 1, sectNumber);
|
IoReadATA(sector, 1, sectNumber);
|
||||||
|
|
||||||
while(x < 513) {
|
while(x < 512) {
|
||||||
KernLog("%C", shcol);
|
KernLog("%C", shcol);
|
||||||
for (int i = 0; i < step; i++) {
|
for (int i = 0; i < step; i++) {
|
||||||
KernLog("%02x ", (uchar)sector[i+x]);
|
KernLog("%02x ", (uchar)sector[i+x]);
|
||||||
|
|
Loading…
Reference in New Issue