From 314523fce7e7b3b6d2e77b0237827c9e1e0e0f70 Mon Sep 17 00:00:00 2001 From: Sam Buckley Date: Wed, 17 Jul 2024 01:28:04 +0100 Subject: [PATCH] Reenable fb driver --- sysdata/system_config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdata/system_config.toml b/sysdata/system_config.toml index d7975bf..a7060f8 100644 --- a/sysdata/system_config.toml +++ b/sysdata/system_config.toml @@ -24,8 +24,8 @@ path = "boot:///tests.hbf" # [boot.limine.ableos.modules.diskio_driver] # path = "boot:///diskio_driver.hbf" -# [boot.limine.ableos.modules.fb_driver] -# path = "boot:///fb_driver.hbf" +[boot.limine.ableos.modules.fb_driver] +path = "boot:///fb_driver.hbf" [boot.limine.ableos.modules.time_driver] path = "boot:///time_driver.hbf" \ No newline at end of file