mirror of
https://github.com/A2osX/A2osX.git
synced 2025-01-07 13:29:56 +00:00
Kernel 0.9.1 : Code reorganization & move to CSTR : SHELL, bugfix in CD/PWD
This commit is contained in:
parent
61b210742e
commit
4f34c436df
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user