Generate distinct handlers for CPU traps and hardware interrupts

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
{