00001 /* ndk - [ gdt.c ] 00002 * 00003 * Contains an "array" object, which encompases 00004 * the GDT. 00005 * 00006 * Please see: 00007 * /src/array.c 00008 * 00009 * (c)2002 dcipher / neuraldk 00010 * www.neuraldk.org 00011 */ 00012 00013 #include "gdt.h" 00014 00015 /* IDT @ 0x800, 256 entries, 8 bytes long */ 00016 Array GDT = { 0x00000800, 256, 8 };