feat(linkscript): made BIOS interface floating made EFs fixed
This commit is contained in:
@@ -3,13 +3,15 @@ section RESET load 8000
|
|||||||
section SERIAL
|
section SERIAL
|
||||||
|
|
||||||
; BIOS Interface and Utilities
|
; BIOS Interface and Utilities
|
||||||
section BIOSINT load 8800
|
section BIOSINT
|
||||||
section MEMTEST
|
|
||||||
|
|
||||||
; BUZBEE Monitor
|
; BUZBEE Monitor
|
||||||
section BUZBEE
|
section BUZBEE
|
||||||
section BBHASHES
|
section BBHASHES
|
||||||
|
|
||||||
|
; Onboard programs
|
||||||
|
section MEMTEST load 9000
|
||||||
|
|
||||||
; Static Data
|
; Static Data
|
||||||
section VECTORS high 100000
|
section VECTORS high 100000
|
||||||
section VERSION high
|
section VERSION high
|
||||||
|
|||||||
Reference in New Issue
Block a user