feat(kernel): Add USB devicde and keyboard/mouse support

This commit is contained in:
2026-02-19 23:06:18 +01:00
parent cae7dd352e
commit d7b17d9a61
21 changed files with 2377 additions and 24 deletions
-4
View File
@@ -120,10 +120,6 @@ namespace Fs::Ramdisk {
continue;
}
Kt::KernelLogStream(Kt::INFO, "Ramdisk") << " " << entry.name
<< " (" << entry.size << " bytes"
<< (entry.isDirectory ? ", dir" : "") << ")";
fileCount++;
// Advance past header + data (rounded up to 512-byte blocks)