Files
xomb-bare-bones/kernel/arch/x86/imports/archimport.d
wilkie 04c33b63c3 Added architecture import selection to show how this would be done for LDC and DSSS. This is important (as documentation for these is light) but no actual work for the targets are done.
The archimport.d file is for importing the specific architecture and its interfaces. It can be imported by any module, as I will do for the next commit.

Signed-off-by: The XOmB Overlord <overlord@xomb.net>
2009-05-03 08:40:21 +08:00

13 lines
219 B
D

/*
* archimport.d
*
* This file will publically import all modules used to define
* the architecture interfaces provided by this architecture.
*
*/
module archimport;
// Example:
// import kernel.arch.x86.main;