feat(initcall): Optimize the initialization process.

This commit is contained in:
MacRsh
2025-03-04 22:24:54 +08:00
parent 45cb3d5183
commit 7d477f26ff
11 changed files with 89 additions and 46 deletions

View File

@@ -121,4 +121,9 @@ menu "Libc options"
help
Use a custom type implementation for custom types.
endchoice
config MR_USE_64BIT
bool "Use 64-bit"
default n
help
This option controls whether to use 64-bit.
endmenu