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

feat: Interrupts #24

Merged
merged 13 commits into from
Nov 6, 2023
Merged

feat: Interrupts #24

merged 13 commits into from
Nov 6, 2023

Conversation

RedsonBr140
Copy link
Owner

@RedsonBr140 RedsonBr140 commented Nov 6, 2023

For now, I wrote just 2 IRQs, they being:

  • Keyboard
  • and Timer.

While I'm not doing anything useful with them, it shows we have the capability. I'll make use of them as soon as we have what's needed.

closes #6

@RedsonBr140 RedsonBr140 added the enhancement New feature or request label Nov 6, 2023
RedsonBr140 and others added 11 commits November 6, 2023 10:35
Signed-off-by: Redson <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
* feat: stacktraces

Signed-off-by: Ry <ry.diffusion@proton.me>

* ignore: add compile_commands.json

Signed-off-by: Ry <ry.diffusion@proton.me>

* chore: Removing unused code

Signed-off-by: RedsonBr140 <redson@riseup.net>

* chore: Remove i386 stacktrace

Signed-off-by: RedsonBr140 <redson@riseup.net>

---------

Signed-off-by: Ry <ry.diffusion@proton.me>
Signed-off-by: RedsonBr140 <redson@riseup.net>
Co-authored-by: RedsonBr140 <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
Signed-off-by: RedsonBr140 <redson@riseup.net>
Signed-off-by: Redson <redson@riseup.net>
@RedsonBr140 RedsonBr140 merged commit 165d859 into development Nov 6, 2023
3 checks passed
@RedsonBr140 RedsonBr140 deleted the Interrupts branch November 6, 2023 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle interrupts
2 participants