forked from xt-sys/exectos
Refactor IDT gate setup to use explicit DPL and type fields
This commit is contained in:
@@ -67,7 +67,8 @@ namespace AR
|
||||
IN PVOID Handler,
|
||||
IN USHORT Selector,
|
||||
IN USHORT Ist,
|
||||
IN USHORT Access);
|
||||
IN USHORT Dpl,
|
||||
IN USHORT Type);
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user