Clean comments up, merge ext2 inode block index code

This commit is contained in:
Mark
2020-01-15 13:05:53 +02:00
parent 8682e51c66
commit b7c8ce1d2b
8 changed files with 23 additions and 58 deletions
-1
View File
@@ -45,7 +45,6 @@ void fmtsiz(char *out, size_t sz) {
out[l++] = 0;
}
// TODO: make debugc a __weak function of a character
void debugc(int level, char c) {
#if defined(ARCH_AMD64)
rs232_send(RS232_COM1, c);