This program simulates a small interrupt system. It was developed to be submitted for partial grading of a fourth year, undergraduate course in Systems and Computer Engineering with a focus on Operating Systems. The base template was forked from Dr. Gabriel Wainer., P. Eng., SCE., FED., Carleton University.

c-language interrupts kernel operating-system simulation unix
1 Open Issue Need Help Last updated: Oct 3, 2025

Open Issues Need Help

View All on GitHub
Academic Projects Programming Assignments

AI Summary: This issue requests a review of helper functions within the `interrupts.cpp` and `interrupts.hpp` files. The goal is likely to ensure code quality, identify potential improvements, or verify correctness of these functions.

Complexity: 2/5
good first issue

This program simulates a small interrupt system. It was developed to be submitted for partial grading of a fourth year, undergraduate course in Systems and Computer Engineering with a focus on Operating Systems. The base template was forked from Dr. Gabriel Wainer., P. Eng., SCE., FED., Carleton University.

#c-language#interrupts#kernel#operating-system#simulation#unix