I uncommented Phil's code so that we can run binaries from system now.
This commit is contained in:
+11
-11
@@ -178,18 +178,18 @@ eol:
|
|||||||
sys open; argv0; 0 " try cwd (no link required)
|
sys open; argv0; 0 " try cwd (no link required)
|
||||||
sma
|
sma
|
||||||
jmp 1f
|
jmp 1f
|
||||||
jmp cmderr
|
" jmp cmderr
|
||||||
|
|
||||||
" sys unlink; exectemp " remove old temp file, if any
|
sys unlink; exectemp " remove old temp file, if any
|
||||||
" sys link; system; argv0; exectemp
|
sys link; system; argv0; exectemp
|
||||||
" spa
|
spa
|
||||||
" jmp cmderr
|
jmp cmderr
|
||||||
" sys open; exectemp; 0
|
sys open; exectemp; 0
|
||||||
" spa
|
spa
|
||||||
" jmp cmderr
|
jmp cmderr
|
||||||
" dac cmdfd
|
dac cmdfd
|
||||||
" sys unlink; exectemp
|
sys unlink; exectemp
|
||||||
" skp
|
skp
|
||||||
|
|
||||||
1: dac cmdfd " save command file descriptor
|
1: dac cmdfd " save command file descriptor
|
||||||
cla " check for input redirection
|
cla " check for input redirection
|
||||||
|
|||||||
Reference in New Issue
Block a user