Kernel 0.9.1 : Code reorganization & move to CSTR : SHELL, bugfix in CD/PWD

This commit is contained in:
Rémy GIBERT 2017-09-22 21:59:14 +02:00
parent 61b210742e
commit 4f34c436df
2 changed files with 8 additions and 7 deletions

View File

@ -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)

View File

@ -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