Skip to content

Use x86-interrupt calling convention rather than naked fns #78

Closed
@hawkw

Description

When rust-lang/rust#39832 is merged to nightly, I can rewrite my interrupt-handling code for x86 to use the x86-interrupt calling convention, which will be much less ugly than the current implementation and might also lead to improved performance.

This may also allow some interrupt handlers to be written more generally, for both 32-bit and 64-bit x86?

Metadata

Assignees

Labels

arch/x86_allArchitecture: this issue is specific to all x86 architecturesarea/kernelArea: this issue relates to the core kernel.kind/refactorKind: this issue describes refactoring or code quality improvement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions