forked from xt-sys/exectos
Implement HlLoadInterruptDescriptorTable() intrinsics for loading IDT
This commit is contained in:
@@ -63,6 +63,10 @@ XTCDECL
|
||||
VOID
|
||||
HlLoadGlobalDescriptorTable(IN PVOID Source);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlLoadInterruptDescriptorTable(IN PVOID Source);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlLoadSegment(IN USHORT Segment,
|
||||
|
Reference in New Issue
Block a user