Library: add the bits needed to build a Rabbit 2000 C library
authorAlan Cox <alan@linux.intel.com>
Sun, 29 Apr 2018 22:09:21 +0000 (23:09 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 29 Apr 2018 22:09:21 +0000 (23:09 +0100)
commit2ceacab2a067bba651afbac9e9db39867380f01b
tree9326ae99016009d6f57705c2d71f47645392bb28
parent3a4647af0ba3e81059765d086dfb2c3862afcfd3
Library: add the bits needed to build a Rabbit 2000 C library

syscall.s is still a stub until we build the kernel and sort out the syscall
interface a bit more. It might be worth fixing the design flaw in the existing
one for the Rabbit over Z80, and then moving Z80 to it in when we have the
relocatable binary format flag day.
Library/libs/Makefile.r2k [new file with mode: 0644]
Library/libs/Makefile.z80
Library/libs/fuzixr2k/syscall.s [new file with mode: 0644]
Library/libs/fuzixz80/syscall.s [new file with mode: 0644]