From 38acd91f3462620358dbb530c9cfc2ea80adfec5 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 3 Dec 2016 21:44:10 +0000 Subject: [PATCH] coco2cart: add link file --- Kernel/platform-coco2cart/fuzix.link | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Kernel/platform-coco2cart/fuzix.link diff --git a/Kernel/platform-coco2cart/fuzix.link b/Kernel/platform-coco2cart/fuzix.link new file mode 100644 index 00000000..93ee4b63 --- /dev/null +++ b/Kernel/platform-coco2cart/fuzix.link @@ -0,0 +1,17 @@ +define basesympat __sectionbase_%s__ +define lensympat __sectionlen_%s__ +section .istack load 0x0000 +section .vectors load 0x0100 +section .udata load 0x1A00 +section .magic +section .common +section .data +section .bss +section .videodata +section .text2 +section .video +section .discard +section .start load 0xC000 +section .text +section .text3 +entry start -- 2.34.1