20 #include "../../../system/kernel/core/BootIO.h" 21 #include "modules/Module.h" 22 #include "pedigree/kernel/Log.h" 23 #include "pedigree/kernel/utilities/StaticString.h" 30 str +=
"Module is teh loadzor!";
31 bootIO.
write(str, BootIO::Blue, BootIO::White);
38 str +=
"Module is teh exit0r!";
39 bootIO.
write(str, BootIO::Blue, BootIO::White);
42 const char *g_pModuleName =
"test";
43 ModuleEntry g_pModuleEntry = &entry;
44 ModuleExit g_pModuleExit = &ex;
EXPORTED_PUBLIC void write(T &str, Colour foreColour, Colour backColour)