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

Interrupt handlers are not being called #73

Open
Unknown6656 opened this issue Feb 21, 2017 · 1 comment
Open

Interrupt handlers are not being called #73

Unknown6656 opened this issue Feb 21, 2017 · 1 comment

Comments

@Unknown6656
Copy link
Owner

Compile and run the following code:

interrupt func int_88
    syscall 2 deadbeafh
end func
    
    .main
    .kernel
    .enable interrupt
    int 88
    .disable interrupt
    .user
    halt

The text 0xdeadbeaf will not be printed to the terminal, meaning that the interrupt-handler int_88 is never called

@Unknown6656 Unknown6656 added this to the RTM BETA 1.2 milestone Feb 21, 2017
@Unknown6656 Unknown6656 self-assigned this Feb 21, 2017
@Unknown6656 Unknown6656 changed the title Interrupt are not being called Interrupt handlers are not being called Feb 21, 2017
Unknown6656 added a commit that referenced this issue Feb 27, 2017
@Unknown6656 Unknown6656 reopened this Mar 2, 2017
@Unknown6656
Copy link
Owner Author

Possible fix with #75 [to be confirmed]

@Unknown6656 Unknown6656 mentioned this issue Mar 3, 2017
3 tasks
Unknown6656 added a commit that referenced this issue Mar 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant