fuzix: break out execve()
authorAlan Cox <alan@etchedpixels.co.uk>
Tue, 11 Nov 2014 11:53:09 +0000 (11:53 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Tue, 11 Nov 2014 11:53:09 +0000 (11:53 +0000)
commitb13538a92755a4e3394476c53f84fd5c86dd1b55
treeabc6e7c1a0a198490372928114c249b6e39ccc70
parent711675f473723fd8c21e908dfcb33416e82082e4
fuzix: break out execve()

We need to split this into pieces and also allow some of it to be
cpu specific
13 files changed:
Kernel/Makefile
Kernel/platform-micropack/uzi.lnk
Kernel/platform-msx1/uzi.lnk
Kernel/platform-msx2/uzi.lnk
Kernel/platform-nc100/uzi.lnk
Kernel/platform-pcw8256/uzi.lnk
Kernel/platform-px4plus/uzi.lnk
Kernel/platform-trs80/uzi.lnk
Kernel/platform-z80pack-lite/uzi.lnk
Kernel/platform-z80pack/uzi.lnk
Kernel/platform-zx128/uzi.lnk
Kernel/syscall_exec.c [new file with mode: 0644]
Kernel/syscall_other.c