Add a second process to be loaded by the bootloader.
This commit is contained in:
parent
b9b45c5e45
commit
5bcf1f4e4a
5 changed files with 23 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ add_subdirectory(sys)
|
|||
add_custom_command(
|
||||
OUTPUT disk.img
|
||||
COMMAND sudo sh ../scripts/build_image.sh disk.img
|
||||
DEPENDS zion test
|
||||
DEPENDS zion test test2
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue