From: Alan Cox Date: Sat, 5 Jan 2019 21:56:23 +0000 (+0000) Subject: filo: build at a given address X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5831cc2eb0b9f099ddcdfa5f43d8fc95d5d51f11;p=FUZIX.git filo: build at a given address --- diff --git a/Kernel/platform-sc114/Makefile b/Kernel/platform-sc114/Makefile index 03258427..15dde8ec 100644 --- a/Kernel/platform-sc114/Makefile +++ b/Kernel/platform-sc114/Makefile @@ -49,4 +49,4 @@ clean: image: sdasz80 -o loader.s - sdldz80 -im loader.rel + sdldz80 -im -b _CODE=0xF800 loader.rel