mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-20 03:31:42 +00:00
Kernel 0.92 : SHELL, fixed the instability problem
This commit is contained in:
parent
996a7b3a9e
commit
9be3852691
11
README.md
11
README.md
@ -249,7 +249,7 @@ OApple+1,OApple+2,OApple+3 to switch between screens : Kernel Log, text, DHGR.
|
||||
| ---- | ------ | ------- | ------|
|
||||
| INSDRV | Working | | 0.92 |
|
||||
| GETTY | Working | | 0.92 |
|
||||
| LOGIN | In Progress | no auth using /etc/passd yet | 0.92 |
|
||||
| LOGIN | In Progress | no auth using /etc/passwd yet | 0.92 |
|
||||
| SHELL | Working | (See Internal Shell commands) | 0.92 |
|
||||
| KCONFIG | Working | Kernel Configuration Utility | 0.92 |
|
||||
| ---- | ------ | ------- | ----- |
|
||||
@ -279,6 +279,15 @@ OApple+1,OApple+2,OApple+3 to switch between screens : Kernel Log, text, DHGR.
|
||||
| IF ELSE FI | Working | [ -d direxists ] |
|
||||
| | | [ -e fileordirexists ] |
|
||||
| | | [ -f fileexists ] |
|
||||
| | | [ string1 = string2 ] |
|
||||
| | | [ string1 != string2 ] |
|
||||
| | | [ int32 -eq int32 ] |
|
||||
| | | [ int32 -ne int32 ] |
|
||||
| | | [ int32 -lt int32 ] |
|
||||
| | | [ int32 -le int32 ] |
|
||||
| | | [ int32 -gt int32 ] |
|
||||
| | | [ int32 -ge int32 ] |
|
||||
|
||||
|
||||
## Shell variables:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user