bootstrap: replace bare string message with fs.open()

This commit is contained in:
2026-02-23 21:57:01 +00:00
parent eca9d3915b
commit 418c426e83
2 changed files with 38 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ set_property(SOURCE ${arch_sources} PROPERTY LANGUAGE C)
add_executable(bootstrap ${c_sources} ${arch_sources})
target_link_libraries(bootstrap libmango ulibc liblaunch)
target_link_libraries(bootstrap libmango ulibc liblaunch libmsg-fs)
target_compile_options(bootstrap PRIVATE
-fPIC -pie -fno-stack-protector -nostdlib -ffreestanding)