From d2152537ad8ff3342633a5995780438ddeab2c38 Mon Sep 17 00:00:00 2001 From: Able Date: Sat, 9 Nov 2024 22:34:24 -0600 Subject: [PATCH] clean up --- sysdata/programs/test_abc/README.md | 1 - sysdata/programs/test_abc/meta.toml | 11 -------- sysdata/programs/test_abc/src/main.hb | 19 ------------- sysdata/programs/tests/meta.toml | 11 -------- sysdata/programs/tests/src/main.hb | 3 -- sysdata/system_config.toml | 40 ++------------------------- 6 files changed, 2 insertions(+), 83 deletions(-) delete mode 100644 sysdata/programs/test_abc/README.md delete mode 100644 sysdata/programs/test_abc/meta.toml delete mode 100644 sysdata/programs/test_abc/src/main.hb delete mode 100644 sysdata/programs/tests/meta.toml delete mode 100644 sysdata/programs/tests/src/main.hb diff --git a/sysdata/programs/test_abc/README.md b/sysdata/programs/test_abc/README.md deleted file mode 100644 index f569e63..0000000 --- a/sysdata/programs/test_abc/README.md +++ /dev/null @@ -1 +0,0 @@ -# test_abc \ No newline at end of file diff --git a/sysdata/programs/test_abc/meta.toml b/sysdata/programs/test_abc/meta.toml deleted file mode 100644 index 45bb122..0000000 --- a/sysdata/programs/test_abc/meta.toml +++ /dev/null @@ -1,11 +0,0 @@ -[package] -name = "test_abc" -authors = [""] - -[dependants.libraries] - -[dependants.binaries] -hblang.version = "1.0.0" - -[build] -command = "hblang src/main.hb" diff --git a/sysdata/programs/test_abc/src/main.hb b/sysdata/programs/test_abc/src/main.hb deleted file mode 100644 index f00414c..0000000 --- a/sysdata/programs/test_abc/src/main.hb +++ /dev/null @@ -1,19 +0,0 @@ -stn := @use("../../../libraries/stn/src/lib.hb"); -.{log} := stn - -Structure := struct {} - -returner_fn := fn(): ?Structure { - structure := Structure.() - return structure -} - -main := fn(): int { - ret := returner_fn() - if ret != null { - log.info("not null\0") - return 1 - } - - return 0 -} \ No newline at end of file diff --git a/sysdata/programs/tests/meta.toml b/sysdata/programs/tests/meta.toml deleted file mode 100644 index a94c666..0000000 --- a/sysdata/programs/tests/meta.toml +++ /dev/null @@ -1,11 +0,0 @@ -[package] -name = "tests" -authors = ["able"] - -[dependants.libraries] - -[dependants.binaries] -hblang.version = "1.0.0" - -[build] -command = "hblang src/main.hb" diff --git a/sysdata/programs/tests/src/main.hb b/sysdata/programs/tests/src/main.hb deleted file mode 100644 index 02cc278..0000000 --- a/sysdata/programs/tests/src/main.hb +++ /dev/null @@ -1,3 +0,0 @@ -main := fn(): int { - return 0 -} \ No newline at end of file diff --git a/sysdata/system_config.toml b/sysdata/system_config.toml index 34b3a7b..c46e0a3 100644 --- a/sysdata/system_config.toml +++ b/sysdata/system_config.toml @@ -22,47 +22,11 @@ resolution = "1024x768x24" [boot.limine.ableos.modules] -# [boot.limine.ableos.modules.tests] -# path = "boot:///tests.hbf" - -# [boot.limine.ableos.modules.diskio_driver] -# path = "boot:///diskio_driver.hbf" - [boot.limine.ableos.modules.render_example] path = "boot:///render_example.hbf" -# [boot.limine.ableos.modules.serial_driver] -# path = "boot:///serial_driver.hbf" - -# [boot.limine.ableos.modules.serial_driver_test] -# path = "boot:///serial_driver_test.hbf" - # [boot.limine.ableos.modules.horizon] # path = "boot:///horizon.hbf" -# [boot.limine.ableos.modules.horizon_testing_program] -# path = "boot:///horizon_testing_program.hbf" - -# [boot.limine.ableos.modules.dt_buffer_test] -# path = "boot:///dt_buffer_test.hbf" - -# [boot.limine.ableos.modules.svga_driver] -# path = "boot:///svga_driver.hbf" - -# [boot.limine.ableos.modules.ps2_keyboard_driver] -# path = "boot:///ps2_keyboard_driver.hbf" - -# [boot.limine.ableos.modules.filesystem_fat32] -# path = "boot:///filesystem_fat32.hbf" - -# [boot.limine.ableos.modules.pumpkin_print] -# path = "boot:///pumpkin_print.hbf" - -# [boot.limine.ableos.modules.ps2_mouse_driver] -# path = "boot:///ps2_mouse_driver.hbf" - -# [boot.limine.ableos.modules.app_bar] -# path = "boot:///app_bar.hbf" - -# [boot.limine.ableos.modules.test_abc] -# path = "boot:///test_abc.hbf" +[boot.limine.ableos.modules.ps2_mouse_driver] +path = "boot:///ps2_mouse_driver.hbf"