dev #4

Merged
zxq5 merged 45 commits from dev into main 2025-02-22 21:32:28 +00:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit c1a8afb836 - Show all commits
+3 -3
View File
@@ -3,8 +3,9 @@ members = [
"lib/lib_framebuffer",
"lib/lib_serial",
"lib/lib_ascii",
"kernel"
, "lib/lib_application"]
"kernel",
"lib/lib_application",
]
resolver = "2"
[workspace.package]
@@ -28,4 +29,3 @@ overflow-checks = false
lto = true
incremental = false
codegen-units = 1
+2 -1
View File
@@ -24,7 +24,8 @@
"--no-pie",
"--gc-sections",
"--build-id=none",
"-z", "max-page-size=0x1000"
"-z",
"max-page-size=0x1000"
]
}
}