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

handle interrupts 0x00 to 0x1f #12

Open
ta5een opened this issue Jul 16, 2024 · 0 comments
Open

handle interrupts 0x00 to 0x1f #12

ta5een opened this issue Jul 16, 2024 · 0 comments
Assignees
Labels
scope:kernel type:feature Introduces a new feature

Comments

@ta5een
Copy link
Owner

ta5een commented Jul 16, 2024

Properly implement interrupt vectors 0x00 to 0x1f.

Since these vectors are exceptions raised by the CPU, the handler must halt CPU execution as necessary (i.e. until next interrupt or forever) and print out useful information in a format similar to QEMU.

@ta5een ta5een added scope:kernel type:feature Introduces a new feature labels Jul 16, 2024
@ta5een ta5een self-assigned this Jul 16, 2024
@ta5een ta5een changed the title handle interrupts handle interrupts 0x00 to 0x1f Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:kernel type:feature Introduces a new feature
Projects
None yet
Development

No branches or pull requests

1 participant