Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch serial input also when the '-serial_esc' option is not set #3

Closed
cproc opened this issue Mar 11, 2013 · 1 comment
Closed

Fetch serial input also when the '-serial_esc' option is not set #3

cproc opened this issue Mar 11, 2013 · 1 comment

Comments

@cproc
Copy link

cproc commented Mar 11, 2013

Currently, serial input gets only fetched by the kernel when the '-serial_esc' option is set. But when using the kernel debugger console as a terminal backend in Genode, the '-serial_esc' option prevents the use of the ESC key in applications and causes problems when ESC-sequences are received. So, an adaptation is needed to fetch serial input also when the '-serial_esc' option is not set.

cproc added a commit to cproc/foc that referenced this issue Mar 11, 2013
With this patch, the kernel fetches serial data also when the
'-serial_esc' option is not set.

To keep the patch minimally invasive, the 'serial ESC' functionality gets
enabled by default and the existence of the '-serial_esc' argument gets only
checked when an ESC character was received and the decision of entering the
kernel debugger or not needs to be made.

Fixes ssumpf#3.
@cproc
Copy link
Author

cproc commented Mar 11, 2013

Related to genodelabs/genode#665.
Fixed in e59a366.

ssumpf pushed a commit that referenced this issue Mar 14, 2013
With this patch, the kernel fetches serial data also when the
'-serial_esc' option is not set.

To keep the patch minimally invasive, the 'serial ESC' functionality gets
enabled by default and the existence of the '-serial_esc' argument gets only
checked when an ESC character was received and the decision of entering the
kernel debugger or not needs to be made.

Fixes #3.
@ssumpf ssumpf closed this as completed Mar 14, 2013
ssumpf pushed a commit that referenced this issue Mar 14, 2013
With this patch, the kernel fetches serial data also when the
'-serial_esc' option is not set.

To keep the patch minimally invasive, the 'serial ESC' functionality gets
enabled by default and the existence of the '-serial_esc' argument gets only
checked when an ESC character was received and the decision of entering the
kernel debugger or not needs to be made.

Fixes #3.
ssumpf pushed a commit that referenced this issue Jul 17, 2013
With this patch, the kernel fetches serial data also when the
'-serial_esc' option is not set.

To keep the patch minimally invasive, the 'serial ESC' functionality gets
enabled by default and the existence of the '-serial_esc' argument gets only
checked when an ESC character was received and the decision of entering the
kernel debugger or not needs to be made.

Fixes #3.
cproc added a commit to cproc/foc that referenced this issue Aug 28, 2013
With this patch, the kernel fetches serial data also when the
'-serial_esc' option is not set.

To keep the patch minimally invasive, the 'serial ESC' functionality gets
enabled by default and the existence of the '-serial_esc' argument gets only
checked when an ESC character was received and the decision of entering the
kernel debugger or not needs to be made.

Fixes ssumpf#3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants