buildno doesn't rewrite the include/reactos/buildno.h
[reactos.git] / reactos / ntoskrnl / ke / i386 / idt.c
index 9d646e2..1e2e291 100644 (file)
 
 IDT_DESCRIPTOR KiIdt[256];
 
+struct
+{
+  USHORT Length;
+  ULONG Base;
+} __attribute__((packed)) KiIdtDescriptor = {256 * 8, (ULONG)KiIdt};
+
+
 /* FUNCTIONS *****************************************************************/
 
+