Changed the name of the archimport module to something more intuitive. You can now include all modules for the architecture by using:

import architecture;

This is shown in kmain.d.

Signed-off-by: The XOmB Overlord <overlord@xomb.net>
This commit is contained in:
wilkie
2009-05-03 08:40:28 +08:00
committed by The XOmB Overlord
parent 04c33b63c3
commit 8344866509
5 changed files with 10 additions and 9 deletions
@@ -1,12 +1,12 @@
/*
* archimport.d
* architecture.d
*
* This file will publically import all modules used to define
* the architecture interfaces provided by this architecture.
*
*/
module archimport;
module architecture;
// Example:
// import kernel.arch.x86.main;
@@ -1,12 +1,12 @@
/*
* archimport.d
* architecture.d
*
* This file will publically import all modules used to define
* the architecture interfaces provided by this architecture.
*
*/
module archimport;
module architecture;
// Example:
// import kernel.arch.x86.main;