Fixed the hex viewer formatting lol
This commit is contained in:
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);
|
||||||
|
Reference in New Issue
Block a user