ArvernOS
Loading...
Searching...
No Matches
kshell.h File Reference
#include <stdlib.h>
Include dependency graph for kshell.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[])
 

Function Documentation

◆ kshell()

void kshell ( int argc,
char * argv[] )

Starts the kernel shell.