diff --git a/README.md b/README.md index 7b1fc3e6..ae69da30 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ **Disk images :** -+ **A2OSX.BOOT.po** : **0.9** 140k BOOT disk image with all binaries -+ **A2OSX.DEV.po** : **0.9** 140k disk image with ASM binaries, Debug Tools & INClude files -+ **A2OSX.BUILD.po** : **0.9.1** 800k BOOT disk image with S-C MASM 2.0 and all binaries (BOOT+DEV) -+ **A2OSX.SRC.po** : **0.9.1** 800k disk image with all sources ++ **A2OSX.BOOT.po** : **(0.9)** 140k BOOT disk image with all binaries ++ **A2OSX.DEV.po** : **(0.9)** 140k disk image with ASM binaries, Debug Tools & INClude files ++ **A2OSX.BUILD.po** : **(0.9.1)** 800k BOOT disk image with S-C MASM 2.0 and all binaries (BOOT+DEV) ++ **A2OSX.SRC.po** : **(0.9.1)** 800k disk image with all sources (once Kernel 0.9.1 stable enough, BOOT & DEV will be updated) diff --git a/SBIN/SHELL.S.CMD.txt b/SBIN/SHELL.S.CMD.txt index 8825ddcc..66ba0a0c 100644 --- a/SBIN/SHELL.S.CMD.txt +++ b/SBIN/SHELL.S.CMD.txt @@ -268,8 +268,7 @@ Cmd.Exec.PWD ldy #S.PS.hPREFIX lda (pPs),y >SYSCALL GetMemPtr.A >SYSCALL PrintF.YA - jsr Cmd.Exec.ECHO.CR - jmp Cmd.Exec.Done + jmp Cmd.Exec.ECHO.CR Cmd.Exec.CD1 lda (ZPPTR2) Get ARG cmp #'/' Full Path? @@ -343,6 +342,9 @@ Cmd.Exec.CD1 lda (ZPPTR2) Get ARG cpy #1 beq .80 we have '/' go change prefix + >LDYA ZPCMDBuf + >SYSCALL PrintF.YA + >LEA.G CMD.Stat >PUSHYA >PUSHW ZPCMDBuf @@ -370,7 +372,6 @@ Cmd.Exec.CD1 lda (ZPPTR2) Get ARG jsr SetPWD clc .9 jmp Cmd.Exec.Done - *-------------------------------------- Cmd.Exec.ERRSYN lda #SYSMGR.ERRSYN sec