- Delete deprecated file. Deleted: trunk/reactos/ntoskrnl/ke/i386/idt.c _____
Deleted: trunk/reactos/ntoskrnl/ke/i386/idt.c --- trunk/reactos/ntoskrnl/ke/i386/idt.c 2006-01-17 17:28:41 UTC (rev 20938) +++ trunk/reactos/ntoskrnl/ke/i386/idt.c 2006-01-17 17:29:23 UTC (rev 20939) @@ -1,33 +0,0 @@
-/* $Id$ - * - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS kernel - * FILE: ntoskrnl/ke/i386/idt.c - * PURPOSE: IDT managment - * - * PROGRAMMERS: David Welch (welch@cwcom.net) - */ - -/* INCLUDES *****************************************************************/ - -#include <ntoskrnl.h> -#define NDEBUG -#include <internal/debug.h> - -/* GLOBALS *******************************************************************/ - -IDT_DESCRIPTOR KiIdt[256]; - -#include <pshpack1.h> - -struct -{ - USHORT Length; - ULONG Base; -} KiIdtDescriptor = {256 * 8, (ULONG)KiIdt}; - -#include <poppack.h> - -/* FUNCTIONS *****************************************************************/ - -