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/pd.c
Mercier Pierre-Olivier fee4dd4e6d Initial snapshot
2013-02-11 22:04:30 +01:00

31 lines
750 B
C

/*
* ---------- header ----------------------------------------------------------
*
* project kaneton
*
* license kaneton
*
* file /home/mycure/kane...chine/architecture/ia32/educational/pd.c
*
* created matthieu bucchianeri [tue dec 20 19:56:20 2005]
* updated julien quintard [mon apr 11 13:45:04 2011]
*/
/*
* ---------- information -----------------------------------------------------
*
* this file contains functions for managing PDs - Page Directories.
*/
/*
* ---------- includes --------------------------------------------------------
*/
#include <kaneton.h>
/*
* ---------- functions -------------------------------------------------------
*/
/* FIXME[complete if necessary] */