Generate distinct handlers for CPU traps and hardware interrupts
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 30s
Builds / ExectOS (i686, debug) (push) Failing after 29s
Builds / ExectOS (amd64, release) (push) Failing after 40s
Builds / ExectOS (i686, release) (push) Failing after 38s

This commit is contained in:
2026-03-27 20:42:41 +01:00
parent 0c17337388
commit 32d3672a51
8 changed files with 150 additions and 343 deletions

View File

@@ -12,9 +12,6 @@
#include <xtos.hh>
/* External array of pointers to the trap handlers */
XTCLINK ULONG_PTR ArTrapEntry[256];
/* Architecture-specific Library */
namespace AR
{