Kernel: Shell now somewhat functions again

I will not be fixing the shell implementation until I get to
userspace
This commit is contained in:
2023-04-05 11:37:41 +03:00
parent 5db4e5b4d5
commit e84f613c4d
2 changed files with 73 additions and 12 deletions

View File

@@ -22,8 +22,6 @@
#include <kernel/Terminal/TTY.h>
#include <kernel/Terminal/VesaTerminalDriver.h>
#include <unistd.h>
extern "C" const char g_kernel_cmdline[];
struct ParsedCommandLine