mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 16:31:07 +00:00
Kernel version 0.8 :some progress upgrading external commands
This commit is contained in:
parent
1bd5a456b8
commit
e93a9e3f7c
BIN
A2OSX.BOOT.po
BIN
A2OSX.BOOT.po
Binary file not shown.
BIN
A2OSX.SRC.po
BIN
A2OSX.SRC.po
Binary file not shown.
@ -386,19 +386,19 @@ LoadFile >PUSHWI 0 Aux type
|
||||
inc ZPPTR2+1
|
||||
bra .5
|
||||
|
||||
.6 lda hMem
|
||||
>SYSCALL SYS.FreeMemA
|
||||
|
||||
.7 ldy #FileLen
|
||||
.6 ldy #FileLen
|
||||
lda TmpLen
|
||||
sta (pData),y
|
||||
iny
|
||||
lda TmpLen+1
|
||||
sta (pData),y
|
||||
|
||||
jsr .98
|
||||
clc
|
||||
rts
|
||||
|
||||
.98 pha
|
||||
lda hMem
|
||||
beq .9
|
||||
>SYSCALL SYS.FreeMemA
|
||||
pla
|
||||
sec
|
||||
|
@ -77,7 +77,7 @@ In Progress : moving TCPIP to socket API
|
||||
| MEM | Working | Old dump behavior is now MEMDUMP. New MEM command displays MEMSTAT (Main, Aux & Kernel Memory) | 0.8 |
|
||||
| LSDEV | Working | | 0.8 |
|
||||
| PS | Working | | 0.8 |
|
||||
| MD | Working | | |
|
||||
| MD | Working | | 0.8 |
|
||||
| RM | Working | switches not yet implemented | |
|
||||
| LS | Working | BUG: `ls dir` does not list dir content (`ls dir/` works) | |
|
||||
| CP | Working| switches not yet implemented | |
|
||||
@ -86,8 +86,8 @@ In Progress : moving TCPIP to socket API
|
||||
| DNSINFO | Working | dump DNS cache, setup a static DNS entry | |
|
||||
| IPCONFIG | Working | renamed from NETINFO | 0.8 |
|
||||
| NETSTAT | Working | | 0.8 |
|
||||
| EDIT | Working | still missing : find/replace | |
|
||||
| NSCUTIL | Working | Tool for setting time in NSC/DL1216E | |
|
||||
| EDIT | Working | still missing : find/replace | 0.8 |
|
||||
| NSCUTIL | Working | Tool for setting time in NSC/DL1216E | 0.8 |
|
||||
|
||||
## BIN,External DEV Shell commands:
|
||||
| Name | Status | Comment | K.Ver |
|
||||
|
Loading…
Reference in New Issue
Block a user