
14 Jun
2022
14 Jun
'22
12:48 a.m.
Hi Mark,
On Mon, Jun 13, 2022 at 7:21 PM Mark Kettenis mark.kettenis@xs4all.nl wrote:
This looks like the reply the terminal sends in response to the "Query cursor position" command that is sent in lib/efi_loader/efi_console.c:query_console_serial().
It might be worth trying to increase the timeout in term_get_char().
I did as you suggested and increased the timeout from 100ms to 1000ms.
After that, I no longer see the problem, thanks!
Would this be an acceptable fix?