syscall_exec: Introduce the notion of both a base and a load address
authorAlan Cox <alan@etchedpixels.co.uk>
Fri, 21 Nov 2014 15:03:32 +0000 (15:03 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Fri, 21 Nov 2014 15:03:32 +0000 (15:03 +0000)
commit7fa7cb94a6141763395376008bd7c3984d0fbff1
tree037f5f61eb4ebaf27f7ce5e7196808cb0f80ccce
parent85651b11555ce4f6762db6bf5829100d2e885c7b
syscall_exec: Introduce the notion of both a base and a load address

Eg on Z80 our base is 0 but we load at 0x200. On 6502 our base and load
are going to be higher and the same, ditto probably 6809
14 files changed:
Kernel/platform-6502test/config.h
Kernel/platform-dragon/config.h
Kernel/platform-micropack/config.h
Kernel/platform-msx1/config.h
Kernel/platform-msx2/config.h
Kernel/platform-nc100/config.h
Kernel/platform-pcw8256/config.h
Kernel/platform-px4plus/config.h
Kernel/platform-socz80/config.h
Kernel/platform-trs80/config.h
Kernel/platform-z80pack-lite/config.h
Kernel/platform-z80pack/config.h
Kernel/start.c
Kernel/syscall_exec.c