XyrisOS / xyris

The Xyris Kernel
https://xyr.is
MIT License
154 stars 11 forks source link

Create `#define`s For Interrupt & Exception Numbers #285

Closed Kfeavel closed 3 years ago

Kfeavel commented 3 years ago

This line is very vague. We should have #defines (or maybe an enum?) for all of the x86 interrupt and exception values so that the code is more legible.

Kfeavel commented 3 years ago

Resolved in 6fae26c2476d29f84877bbda069bcfa5c2be8f95. Enums should probably be renamed, but that can happen later.