Fixed the hex viewer formatting lol
This commit is contained in:
parent
ddadeed70c
commit
7107c0ef8b
2
kernel.c
2
kernel.c
@ -282,7 +282,7 @@ void FileReadTest(uint8_t *path, VOLINFO *vi) {
|
|||||||
vga_text += printChar(' ', vga_text);
|
vga_text += printChar(' ', vga_text);
|
||||||
}
|
}
|
||||||
vga_text += printChar(' ', vga_text);
|
vga_text += printChar(' ', vga_text);
|
||||||
if (j == 8)
|
if (j == 7)
|
||||||
vga_text += printChar(' ', vga_text);
|
vga_text += printChar(' ', vga_text);
|
||||||
}
|
}
|
||||||
vga_text += printChar(' ', vga_text);
|
vga_text += printChar(' ', vga_text);
|
||||||
|
Loading…
Reference in New Issue
Block a user