-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Currently, the entry point of the kernel kernel.c file is messy. A cleanup needs to be made.
A refactor of kernel_main() needs to be made to only call initialization and debugger/testing functions. The switch case should be moved to its own function, and even potentially move everything to their own files. kernel.c should potentially just call functions, nothing else.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers