mirror of
https://github.com/xomboverlord/xomb-bare-bones.git
synced 2026-01-11 18:33:15 +01:00
import architecture; This is shown in kmain.d. Signed-off-by: The XOmB Overlord <overlord@xomb.net>
13 lines
223 B
D
13 lines
223 B
D
/*
|
|
* architecture.d
|
|
*
|
|
* This file will publically import all modules used to define
|
|
* the architecture interfaces provided by this architecture.
|
|
*
|
|
*/
|
|
|
|
module architecture;
|
|
|
|
// Example:
|
|
// import kernel.arch.x86.main;
|