update main #1

Merged
Sinipelto merged 240 commits from Bananymous/banan-os:main into main 2023-11-20 13:20:51 +02:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 407a7b80c5 - Show all commits

View File

@ -23,9 +23,13 @@ read_user_command_line:
cmpb $'\n', %al
je .read_user_command_line_done
pushw %ax
call isprint
testb %al, %al
jnz .read_user_command_line_loop
jz .read_user_command_line_loop
popw %ax
# put byte to buffer
movb %al, (%di)