From f227ae6db6f2ef2b41fc6555c1a0ad467cc5ba89 Mon Sep 17 00:00:00 2001 From: Gale Faraday Date: Wed, 15 Oct 2025 16:25:44 -0500 Subject: [PATCH] fix(linkscript): Partitioned firmware ROM image and commented --- linkscript | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/linkscript b/linkscript index 89fce96..a9bd10b 100644 --- a/linkscript +++ b/linkscript @@ -1,9 +1,16 @@ +; BIOS section RESET load 8000 section SERIAL -section MEMTEST +; BUZBEE Monitor section BUZBEE section BBHASHES +; Utility functions +section MEMTEST load 8800 + +; Static data section VECTORS high 100000 section VERSION high + +entry 8000