SS2: cleanup (removed SEG_GODDARD define once and for all)

This commit is contained in:
someone2639
2021-08-13 15:31:17 -04:00
parent 41c11a2e46
commit 1ecbf1163f
2 changed files with 0 additions and 3 deletions

View File

@@ -27,8 +27,6 @@
*/
#define SEG_POOL_START _framebuffersSegmentBssEnd // 0x0165000 in size
#define SEG_GODDARD SEG_POOL_START + 0x113000
#define POOL_SIZE RAM_END - SEG_POOL_START
#endif // SEGMENTS_H

View File

@@ -4,7 +4,6 @@ with open(sys.argv[1]) as f:
for line in f:
if "GODDARD_SIZE" in line:
tokens=line.split()
print(tokens)
with open("build/us/goddard.txt", "w+") as f:
sz = int(tokens[0], 16)
sz += 16