vimgr bss

This commit is contained in:
Derek Hensley 2025-03-01 09:52:02 -08:00
parent 5b26ef1ea7
commit cd89d7ee39
2 changed files with 10 additions and 10 deletions

View File

@ -2229,7 +2229,7 @@ for segment in files_spec:
data_size = 0x80800000 - file_list[full_index]
elif segment[0] == "boot" and name == "vimgr" and segment[3][i][2] == "bss":
# This is the end of boot, hardcode it
data_size = 0x800A5AC0 - file_list[full_index]
data_size = 0x8009F8B0 - file_list[full_index]
else:
data_size = file_list[full_index + 1] - file_list[full_index]

View File

@ -21,15 +21,6 @@
0x80080000 : "entry",
},
],
['dmadata', None, 'dmadata',
[
[0x8009F8B0, 0x800A5AB0, 'dmadata', None],
[0x800A5AB0, 0x800A5AC0, 'bss', None],
],
{
0x8009F8B0 : "dmadata",
},
],
['boot', None, 'boot',
[
[0x80080060, 0x800969C0, 'text', None],
@ -343,6 +334,15 @@
0x8009E690 : "vimgr",
},
],
['dmadata', None, 'dmadata',
[
[0x8009F8B0, 0x800A5AB0, 'dmadata', None],
[0x800A5AB0, 0x800A5AC0, 'bss', None],
],
{
0x8009F8B0 : "dmadata",
},
],
['code', None, 'code',
[
[0x800A5AC0, 0x801AAAB0, 'text', ((0x80186028, 0x80186A70, 'data', None, None, None),)],