fox32os/kernel/shell/commands/exit.asm

7 lines
115 B
NASM

; exit command
shell_exit_command_string: data.str "exit" data.8 0
shell_exit_command:
call end_current_task