{"size": 64, "name": "reserved1"},
{"size": 125, "name": "reserved2"},
]
+ raw_binary_table = [
+ {"name": "bootcode",
+ "start_sector": 0, # part of protective MBR (bootcode)
+ "binaries": "bootcode.bin", },
+ ]
# bootcode written to the protective MBR, aka RV64 'J 0x4400' (sector 34)
bootcode = b'\x6f\x40\x00\x40'
{"size": 64, "name": "reserved1"},
{"size": 125, "name": "reserved2"}
]
+ raw_binary_table = [
+ {"name": "bootcode",
+ "start_sector": 0, # part of protective MBR (bootcode)
+ "binaries": "bootcode.bin", },
+ ]
# bootcode written to the protective MBR, aka RV64 'J 0x4400' (sector 34)
bootcode = b'\x6f\x40\x00\x40'