[Zion] Move to StrFormat for debug line.

This commit is contained in:
Drew Galbraith 2023-11-05 09:24:09 -08:00
parent 4af19d010f
commit 69aced2220
23 changed files with 142 additions and 89 deletions

View file

@ -50,7 +50,7 @@ target_include_directories(zion
)
target_link_libraries(zion
glacier)
glacier_kernel)
# -c -- Don't run the linker (only necessary for the assembler)
# -ffreestanding