diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-03 14:31:58 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-03 14:31:58 +0200 |
| commit | e61444f10333631acaebd241b7c7bc35fa7cb2f2 (patch) | |
| tree | b8bc19e964d9935967b69134bd1a52a408323bd7 /Kernel/Sources | |
| parent | 59578978610f6af245f571a011694a51d94dc530 (diff) | |
[unstable] [CG] [WIP] text printing.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources')
| -rw-r--r-- | Kernel/Sources/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/Main.cxx b/Kernel/Sources/Main.cxx index a3877009..0e232402 100644 --- a/Kernel/Sources/Main.cxx +++ b/Kernel/Sources/Main.cxx @@ -8,7 +8,7 @@ ------------------------------------------- */ #include <ArchKit/ArchKit.hxx> -#include <Modules/CoreCG/CoreCG.hxx> +#include <Modules/CoreCG/FbRenderer.hxx> #include <CompilerKit/Detail.hxx> #include <FirmwareKit/Handover.hxx> #include <KernelKit/FileManager.hxx> |
