1
0
Fork 0
forked from AbleOS/ableos

fix hblang problem

This commit is contained in:
koniifer 2025-02-11 21:01:12 +00:00
parent 1fdef70144
commit 5e369d43c1
2 changed files with 10 additions and 2 deletions

View file

@ -7,3 +7,11 @@ members = ["dev", "kernel", "repbuild"]
# codegen-units = 1 # codegen-units = 1
# lto = true # lto = true
# panic = "abort" # panic = "abort"
[profile.release.package.hblang]
debug-assertions = true
overflow-checks = false
[profile.dev.package.hblang]
debug-assertions = true
overflow-checks = false

View file

@ -29,8 +29,8 @@ path = "boot:///render_example.hbf"
# [boot.limine.ableos.modules.sunset_server] # [boot.limine.ableos.modules.sunset_server]
# path = "boot:///sunset_server.hbf" # path = "boot:///sunset_server.hbf"
# [boot.limine.ableos.modules.ps2_mouse_driver] [boot.limine.ableos.modules.ps2_mouse_driver]
# path = "boot:///ps2_mouse_driver.hbf" path = "boot:///ps2_mouse_driver.hbf"
# [boot.limine.ableos.modules.ps2_keyboard_driver] # [boot.limine.ableos.modules.ps2_keyboard_driver]
# path = "boot:///ps2_keyboard_driver.hbf" # path = "boot:///ps2_keyboard_driver.hbf"