From 04dd9a9700cb027e20fa15f0114302704e51dd6a Mon Sep 17 00:00:00 2001 From: peony Date: Fri, 6 Dec 2024 20:30:16 +0100 Subject: [PATCH] throwaway --- Cargo.lock | 6 +++--- sysdata/system_config.toml | 10 ++-------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33bd358..a708721 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,12 +213,12 @@ dependencies = [ [[package]] name = "hbbytecode" version = "0.1.0" -source = "git+https://git.ablecorp.us/AbleOS/holey-bytes.git#3491814b4f1723e6b1f3ae485ed5d3b5cad16df0" +source = "git+https://git.ablecorp.us/AbleOS/holey-bytes.git#c553c3d9e9b2a5fbf2e8e32933f039bc4646ef5f" [[package]] name = "hblang" version = "0.1.0" -source = "git+https://git.ablecorp.us/AbleOS/holey-bytes.git#3491814b4f1723e6b1f3ae485ed5d3b5cad16df0" +source = "git+https://git.ablecorp.us/AbleOS/holey-bytes.git#c553c3d9e9b2a5fbf2e8e32933f039bc4646ef5f" dependencies = [ "hashbrown", "hbbytecode", @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "hbvm" version = "0.1.0" -source = "git+https://git.ablecorp.us/AbleOS/holey-bytes.git#3491814b4f1723e6b1f3ae485ed5d3b5cad16df0" +source = "git+https://git.ablecorp.us/AbleOS/holey-bytes.git#c553c3d9e9b2a5fbf2e8e32933f039bc4646ef5f" dependencies = [ "hbbytecode", ] diff --git a/sysdata/system_config.toml b/sysdata/system_config.toml index 684d0cf..579c603 100644 --- a/sysdata/system_config.toml +++ b/sysdata/system_config.toml @@ -47,11 +47,5 @@ path = "boot:///ps2_driver.hbf" # [boot.limine.ableos.modules.diskio_driver] # path = "boot:///diskio_driver.hbf" -# [boot.limine.ableos.modules.angels_halo] -# path = "boot:///angels_halo.hbf" - -# [boot.limine.ableos.modules.test] -# path = "boot:///test.hbf" - -[boot.limine.ableos.modules.vfsaur] -path = "boot:///vfsaur.hbf" +# [boot.limine.ableos.modules.filesystem_fat32] +# path = "boot:///filesystem_fat32.hbf"