commit: 773cc5405c2ff0ce09d7ad9e0e1ed25a03d29f73
parent f7c028b5883516b748ad57d400614f88dd36318f
Author: MaxHearnden <maxoscarhearnden@gmail.com>
Date: Tue, 28 Nov 2023 22:50:47 +0000
add comma to list in sysa.py
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',