Silly hack to get debug shell around ioctl pointer validation

This commit is contained in:
Kevin Lange 2015-06-02 19:09:48 -07:00
parent 212efda313
commit ba3f169e1d

View File

@ -627,6 +627,7 @@ static void debug_shell_handle_out(void * data, char * name) {
static void debug_shell_actual(void * data, char * name) {
current_process->image.entry = 0;
fs_node_t * tty = (fs_node_t *)data;
/* Our prompt will include the version number of the current kernel */