-
Notifications
You must be signed in to change notification settings - Fork 16
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
New semantics of our interrupt devices #136
Comments
The VGA scanline interrupt will be disabled, if bit 15 of the scanline register is set. See Issue #136.
…ninstalling best practices issue #136
We must not forget to adjust the assembler and C test programs to adhere to these new semantics and to our new ISR best practices. I adjusted |
We also must not forget to adjust all assembler and C test programs to activate interrupts at first because interrupts are now disabled by default (see #139 (comment)) |
I suggest the Monitor enables global interrupt. |
@MJoergen Can you take this one and finalize it? The remaining TODOs as far as I oversee them correctly are:
|
The text was updated successfully, but these errors were encountered: