Open Issues Need Help
View All on GitHub Add directory support about 2 months ago
enhancement help wanted good first issue
Refactor kernel command handling about 2 months ago
AI Summary: The issue proposes refactoring the kernel's command handling mechanism, which currently relies on a large and inefficient `if-else if` statement for command dispatch. The goal is to replace this with a more readable and efficient command registry, likely implemented in `cmd.c` and `cmd.h`, to manage existing commands.
Complexity:
3/5
enhancement help wanted good first issue
Add syscalls/userspace 2 months ago
help wanted good first issue