ArvernOS
|
#include <stdlib.h>
Macros | |
#define | READLINE_SIZE 256 |
The number of characters to keep in the command line buffer. | |
#define | PROMPT "kshell> " |
The shell prompt. | |
Functions | |
void | kshell (int argc, char *argv[]) |
void kshell | ( | int | argc, |
char * | argv[] ) |
Starts the kernel shell.