fix(linkscript): Partitioned firmware ROM image and commented
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user