From d67fa11c90e01baf40ae202ee7ee92e815fe4d95 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Thu, 8 Oct 2015 07:40:56 -0400 Subject: [PATCH] coco3: tty: repurpose .video section for code, put in lower mem. --- Kernel/platform-coco3/fuzix.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-coco3/fuzix.link b/Kernel/platform-coco3/fuzix.link index 6b9f5d28..d818ff21 100644 --- a/Kernel/platform-coco3/fuzix.link +++ b/Kernel/platform-coco3/fuzix.link @@ -1,6 +1,7 @@ define basesympat __sectionbase_%s__ define lensympat __sectionlen_%s__ section .start load 0x0200 +section .video section .text2 section .text section .text.hot @@ -8,7 +9,6 @@ section .test.unlikely section .data section .bss section .discard -section .video load 0xa880 section .udata load 0xe000 section .common section .cpage load 0xfe00 -- 2.34.1