From: Alan Cox Date: Sat, 3 Dec 2016 21:44:10 +0000 (+0000) Subject: coco2cart: add link file X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=38acd91f3462620358dbb530c9cfc2ea80adfec5;p=FUZIX.git coco2cart: add link file --- 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