EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <stdbool.h>
#include "libstd/nexus.h"
#include "libos/system.h"
#include "libio/kbd.h"
#include "libnotify/notify.h"
Go to the source code of this file.
Macros | |
#define | SHELL_MAX_PS1_LENGTH 4 |
#define | SHELL_BUFFER_LENGTH 64 |
Functions | |
void | shell_spawn () |
char * | shell_represent () |
void | shell_kill () |
void | shell_uart_handler (notification) |
void | shell_clear_shell_buffer () |
void | shell_print_ps1 () |
void | shell_set_ps1 () |
exit_status_t | shell_execute_command () |