Updated code

This commit is contained in:
Alex
2022-11-28 08:21:51 +02:00
parent cac91d5895
commit 0091fe5965
3 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ __attribute__((section(".extended"))) FexExtended ExtendedHeader = {
.Bind = {
.Type = BIND_INTERRUPT,
.Interrupt = {
.Vector = {0xFE},
.Vector = {0xFF},
}}}};
// Global variable that holds the kernel API