fix(linkscript): Partitioned firmware ROM image and commented

This commit is contained in:
2025-10-15 16:25:44 -05:00
parent c9b665d509
commit f227ae6db6

View File

@@ -1,9 +1,16 @@
; BIOS
section RESET load 8000 section RESET load 8000
section SERIAL section SERIAL
section MEMTEST
; BUZBEE Monitor
section BUZBEE section BUZBEE
section BBHASHES section BBHASHES
; Utility functions
section MEMTEST load 8800
; Static data
section VECTORS high 100000 section VECTORS high 100000
section VERSION high section VERSION high
entry 8000