Refactor IDT gate setup to use explicit DPL and type fields
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 35s
Builds / ExectOS (amd64, release) (push) Successful in 39s
Builds / ExectOS (i686, release) (push) Successful in 36s
Builds / ExectOS (i686, debug) (push) Successful in 32s

This commit is contained in:
2025-10-18 18:29:49 +02:00
parent 52afd31e77
commit 00b04f5405
6 changed files with 107 additions and 72 deletions

View File

@@ -67,7 +67,8 @@ namespace AR
IN PVOID Handler,
IN USHORT Selector,
IN USHORT Ist,
IN USHORT Access);
IN USHORT Dpl,
IN USHORT Type);
};
}