Kernel version 0.8 : Docs...

This commit is contained in:
Rémy GIBERT 2016-10-26 22:59:05 +02:00
parent caaaa185de
commit 6f2f7b01fa

View File

@ -47,7 +47,7 @@ In Progress : moving TCPIP to socket API
## Internal Shell commands: ## Internal Shell commands:
| Name | Status | Comment | | Name | Status | Comment |
| ---- | ------ | ------- | | ---- | ------ | ------- |
| CD | Working | Improved syntax : now, 'CD ../BIN' works | | CD/PWD | Working | Improved syntax : now, 'CD ../BIN' works |
| DATE | Working | | | DATE | Working | |
| ECHO | Working | | | ECHO | Working | |
| EXIT | Working | | | EXIT | Working | |
@ -81,7 +81,8 @@ In Progress : moving TCPIP to socket API
| PS | Working | | 0.8 | | PS | Working | | 0.8 |
| MD | Working | | 0.8 | | MD | Working | | 0.8 |
| RM | Working | switches not yet implemented | | | RM | Working | switches not yet implemented | |
| LS | Working | switches not yet implemented | 0.8 | | LS | Working | -L long listing with size/date | 0.8 |
| | | -R Recurse subdirectories | |
| CP | Working | switches not yet implemented | | | CP | Working | switches not yet implemented | |
| ARP | Working | dump ARP cache, setup a static ARP entry | 0.8 | | ARP | Working | dump ARP cache, setup a static ARP entry | 0.8 |
| PING | Working | | | | PING | Working | | |