syscall_exec: start cleaning up
authorAlan Cox <alan@linux.intel.com>
Sun, 25 Jan 2015 16:09:04 +0000 (16:09 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 25 Jan 2015 16:09:04 +0000 (16:09 +0000)
commit1b890abf95ebf58d320c809ccdf49f169adc39d8
tree9566c1746a262645df70cffb6a63f454efe86b01
parenta57d54cc9bec1fc1746a894f4c9f2410a2351483
syscall_exec: start cleaning up

Throw out the magic CP/M support - this can be better done by attaching helper code
to the CP/M binary that does an alloca and loads the emulator into the space then
runs it to move the first bytes back right, set up CP/M and go.
Kernel/syscall_exec.c