Kernel version 0.8 : ENV...some enhancement (few) and bugfix (many;-)...see Readme.md

This commit is contained in:
Rémy GIBERT 2016-12-03 23:17:08 +01:00
parent aa60fd4c3c
commit 580fac069b
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -99,10 +99,11 @@ In Progress : moving TCPIP to socket API
| Name | Status | Comment |
| ---- | ------ | ------- |
| $PWD | Working | 'Working Directory' |
| $* | | All Args |
| $* | Working | All Args |
| $1-$9 | Working | Arg[n] |
| $# | Working | Arg Count |
| $? | Working | Return Code |
| $@ | Working | Parent PID |
| $$ | Working | PID |
| $! | Working | Child PID |