From bf86d9219c048bb188f44558fc41089680f20281 Mon Sep 17 00:00:00 2001 From: Able Date: Thu, 25 Jul 2024 09:28:56 -0500 Subject: [PATCH] disable all programs --- sysdata/system_config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sysdata/system_config.toml b/sysdata/system_config.toml index f5101e8..d602fd1 100644 --- a/sysdata/system_config.toml +++ b/sysdata/system_config.toml @@ -18,14 +18,14 @@ resolution = "1024x768x24" [boot.limine.ableos.modules] -[boot.limine.ableos.modules.tests] -path = "boot:///tests.hbf" +# [boot.limine.ableos.modules.tests] +# 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" +# [boot.limine.ableos.modules.time_driver] +# path = "boot:///time_driver.hbf"