3 Commits
Author SHA1 Message Date
wilkie 432ee732ac I don't think I broke anything. 32-bit bare-bones has been added.
Signed-off-by: The XOmB Overlord <overlord@xomb.net>
2009-05-24 14:06:22 +08:00
wilkie 8344866509 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>
2009-05-03 08:40:28 +08:00
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