Kernel 0.92

This commit is contained in:
Rémy GIBERT 2019-01-23 22:03:10 +00:00
parent 42d6684256
commit fdbf6c3a9d
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -209,9 +209,10 @@ CS.RUN jsr CMD.Init
>SYSCALL STAT
bcs CS.RUN.LOOP
* >PUSHBI S.PS.F.HOLD
* >LDYA L.HOME.PROFILE
* >SYSCALL execv
>PUSHBI S.PS.F.HOLD
>LDYA L.HOME.PROFILE
>SYSCALL execl
>SLEEP
*--------------------------------------
CS.RUN.LOOP jsr CL.Reset
jsr IO.Reset
@ -567,7 +568,6 @@ ENV.PWD .AZ "PWD"
ENV.PS1 .AZ "PS1"
ENV.HOME .AZ "HOME"
HOME.PROFILE .AZ "${HOME}PROFILE"
.DA #0 execv
*--------------------------------------
* https://www.tldp.org/LDP/abs/html/io-redirection.html
*--------------------------------------