drives, rebalancing, and a broken tmpfs impl

that tmpfs impl needs to be reworked to heck and back!
This commit is contained in:
2026-04-03 23:58:23 +02:00
parent e6cf5990bb
commit 32f94cf02b
9 changed files with 1291 additions and 236 deletions

View File

@@ -195,6 +195,7 @@ pub fn build(b: *std.Build) !void {
.files = &.{
"src/luaarch.c",
"src/main.c",
"src/glyphcache.c",
},
.flags = &.{
if (opts.baremetal) "-DNN_BAREMETAL" else "",