From d36e22af69f64fc692dbea460a46c19b3c416bff Mon Sep 17 00:00:00 2001 From: jonnosan Date: Tue, 18 Aug 2009 21:20:54 +0000 Subject: [PATCH] git-svn-id: http://svn.code.sf.net/p/netboot65/code@181 93682198-c243-4bdb-bd91-e943c89aac3b --- client/cfg/c64prg.cfg | 23 ++++++++++++----------- client/test/test_get_url.s | 1 - 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/client/cfg/c64prg.cfg b/client/cfg/c64prg.cfg index 9fb881b..64c622c 100644 --- a/client/cfg/c64prg.cfg +++ b/client/cfg/c64prg.cfg @@ -5,16 +5,17 @@ MEMORY { DISCARD: start = $77FF, size = $10, define = yes; } SEGMENTS { - STARTUP: load = RAM, type = ro ,define = yes; + STARTUP: load = RAM, type = ro ,define = yes, optional=yes; CODE: load = RAM, type = ro,define = yes; - DATA: load = RAM, type = rw,define = yes; - RODATA: load = RAM, type = ro,define = yes; - IP65_DEFAULTS: load = RAM, type = rw,define = yes; - BSS: load = RAM, type = bss; - APP_SCRATCH: load = RAM, type = bss; - ZEROPAGE: load = ZP, type = zp; - IP65ZP: load = IP65ZP, type = zp; - EXEHDR: load = DISCARD, type = ro; - TCP_VARS: load = RAM, type = bss; - + DATA: load = RAM, type = rw,define = yes; + VIC_DATA: load = RAM, type = rw,align = $800, optional=yes; + RODATA: load = RAM, type = ro,define = yes, optional=yes; + IP65_DEFAULTS: load = RAM, type = rw,define = yes, optional=yes; + BSS: load = RAM, type = bss, optional=yes; + APP_SCRATCH: load = RAM, type = bss, optional=yes; + ZEROPAGE: load = ZP, type = zp, optional=yes; + IP65ZP: load = IP65ZP, type = zp, optional=yes; + EXEHDR: load = DISCARD, type = ro, optional=yes; + TCP_VARS: load = RAM, type = bss, optional=yes; + } diff --git a/client/test/test_get_url.s b/client/test/test_get_url.s index aedeaf6..ba8bec1 100644 --- a/client/test/test_get_url.s +++ b/client/test/test_get_url.s @@ -1,7 +1,6 @@ .include "../inc/common.i" .include "../inc/commonprint.i" .include "../inc/net.i" -;.include "../ip65/url_download.s" .import print_a .import get_key