Fix: backspace, shift (kb driver) + Add: doc + ascii art

This commit is contained in:
xamidev
2024-07-24 12:47:12 +02:00
parent d83299cb48
commit b352d3f4e2
9 changed files with 146 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ void shell_install()
printf("%d", 4/0);
}
else {
puts("Unknown command\n");
printf("Unknown command %s\n", input_buffer);
}
}
}