-
Notifications
You must be signed in to change notification settings - Fork 19
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
System stability issue with login
.
#3
Comments
login
login
login
login
I confirmed this also causes instability on the Foenix. |
login
login
.
A workaround is to type |
I just tried this with level 1 on a coco2: |
Both versions: - Defaulted to have local Keyboard mouse settings (very helpful with GShell in EOU). - Modified the SS.GIP ($94) SetStat call (should be 99.9% backwards compatible): SS.GIP (function code $94) Entry conditions: A=path number B=$94 X = mouse resolution; in the most significant byte 0 = low resolution mouse 1 = optional high resolution mouse adapter $FF= leave current system setting alone = mouse port location; in the least significant byte 1 = right port 2 = left port $FF= leave current system setting alone Y = key repeat start constant; in the most significant byte 0 = no key repeat 1-$FE = clock ticks (1/60th of a second) before key repeat starts $FF = leave current system setting alone = key repeat delay; in the least significant byte 0-$FE = clock ticks (1/60th of a second) before key repeats $FF = leave current system setting alone 6309 Module Size: $0969 Module CRC: $9FE8D3 6809 Module Size: $097E Module CRC: $32DC40
Both versions: - Defaulted to have local Keyboard mouse settings (very helpful with GShell in EOU). - Modified the SS.GIP ($94) SetStat call (should be 99.9% backwards compatible): SS.GIP (function code $94) Entry conditions: A=path number B=$94 X = mouse resolution; in the most significant byte 0 = low resolution mouse 1 = optional high resolution mouse adapter $FF= leave current system setting alone = mouse port location; in the least significant byte 1 = right port 2 = left port $FF= leave current system setting alone Y = key repeat start constant; in the most significant byte 0 = no key repeat 1-$FE = clock ticks (1/60th of a second) before key repeat starts $FF = leave current system setting alone = key repeat delay; in the least significant byte 0-$FE = clock ticks (1/60th of a second) before key repeats $FF = leave current system setting alone 6309 Module Size: $0969 Module CRC: $9FE8D3 6809 Module Size: $097E Module CRC: $32DC40
Summary
There is an issue with system stability after using the
login
command that appears to be related toF$Chain
. I'm not certain if this is related to the fix that was implemented earlier.Steps to reproduce
login
[ENTER]ex
[ENTER]procs
[ENTER]The screen output of the
procs
command is garbled.The text was updated successfully, but these errors were encountered: