commit: 70b7bc7f8359894192d792ac2740207c06144d72
parent f7c028b5883516b748ad57d400614f88dd36318f
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Wed, 29 Nov 2023 22:58:05 +0000
Merge pull request #342 from MaxHearnden/sysa-comma
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysa.py b/sysa.py
@@ -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',