This repository has been archived on 2021-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
kaneton/kaneton/machine/architecture/ia32/educational/idt.c

35 lines
887 B
C
Raw Normal View History

2013-02-11 21:04:30 +00:00
/*
* ---------- header ----------------------------------------------------------
*
* project kaneton
*
* license kaneton
*
* file /home/mycure/kane...hine/architecture/ia32/educational/idt.c
*
* created renaud voltz [sun feb 12 02:02:19 2006]
* updated julien quintard [mon apr 11 13:44:56 2011]
*/
/*
* ---------- information -----------------------------------------------------
*
* this file provides functionalities for managing the IDT - Interrupt
* Descriptor Table.
*
* for more information regarding the handlers triggered through the IDT,
* please have a look at the handler.c file.
*/
/*
* ---------- includes --------------------------------------------------------
*/
#include <kaneton.h>
/*
* ---------- functions -------------------------------------------------------
*/
/* FIXME[complete if necessary] */