Increase shell input buffer size to 512 characters

Because reasons.
This commit is contained in:
Ry 2022-10-14 17:15:24 -07:00
parent 3cd4341986
commit 06798d3be2

View File

@ -293,7 +293,7 @@ shell_clear_buffer:
pop r0 pop r0
ret ret
shell_text_buf_bottom: data.fill 0, 32 shell_text_buf_bottom: data.fill 0, 512
shell_text_buf_top: shell_text_buf_top:
shell_text_buf_ptr: data.32 0 ; pointer to the current input character shell_text_buf_ptr: data.32 0 ; pointer to the current input character
shell_args_ptr: data.32 0 ; pointer to the beginning of the command arguments shell_args_ptr: data.32 0 ; pointer to the beginning of the command arguments