add comma to list in sysa.py

This commit is contained in:
MaxHearnden 2023-11-28 22:50:47 +00:00
parent f7c028b588
commit 773cc5405c
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class SysA(SysGeneral):
# Add commands to kick off stage0-posix
cmd = ' '.join(['hex0',
'./bootstrap-seeds/POSIX/x86/hex0_x86.hex0'
'./bootstrap-seeds/POSIX/x86/hex0_x86.hex0',
'./bootstrap-seeds/POSIX/x86/hex0-seed\n'])
image_file.write(cmd.encode())
cmd = ' '.join(['hex0',