diff options
Diffstat (limited to 'kernel/shell.c')
| -rw-r--r-- | kernel/shell.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/shell.c b/kernel/shell.c index 4507931..ad8011b 100644 --- a/kernel/shell.c +++ b/kernel/shell.c @@ -73,6 +73,13 @@ void shell_execute() scr_put_string(" "); scr_put_hex(int_unhandled); } + else if(1==strcmp(command,"EIGHT")) + { + scr_put_string_nl(" generating software interrupt 88"); + scr_put_string(" "); + int_generate88(); + + } else { scr_put_string_nl(" unsupported command, sorry!"); |
