mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-19 23:29:29 +00:00
Kernel 0.94
This commit is contained in:
parent
192a99b47a
commit
b3792e9d57
Binary file not shown.
@ -79,7 +79,7 @@ CS.RUN.PS
|
||||
|
||||
ldy #S.PS.PID
|
||||
lda (ZPPtr1),y
|
||||
beq .7
|
||||
beq .7 don't kill PS0
|
||||
|
||||
cmp #1
|
||||
beq .7 don't kill INITD
|
||||
|
@ -196,6 +196,9 @@ PWDX.PutPW.1 jsr K.GetmemPtr
|
||||
|
||||
jsr PWD.AppendRecord
|
||||
|
||||
lda #0
|
||||
jsr PWD.StoreChar
|
||||
|
||||
clc
|
||||
rts
|
||||
|
||||
@ -702,12 +705,12 @@ PWD.AppendRecord
|
||||
PWD.GetRecordLen
|
||||
clc
|
||||
ldx #0
|
||||
ldy #S.PW.NAME-1
|
||||
ldy #S.PW.NAME
|
||||
|
||||
jsr PWD.StoreString
|
||||
lda #':'
|
||||
jsr PWD.StoreChar
|
||||
ldy #S.PW.PASSWD-1
|
||||
ldy #S.PW.PASSWD
|
||||
|
||||
jsr PWD.StoreString
|
||||
|
||||
@ -727,19 +730,19 @@ PWD.GetRecordLen
|
||||
lda #':'
|
||||
jsr PWD.StoreChar
|
||||
|
||||
ldy #S.PW.GECOS-1
|
||||
ldy #S.PW.GECOS
|
||||
|
||||
jsr PWD.StoreString
|
||||
lda #':'
|
||||
jsr PWD.StoreChar
|
||||
|
||||
ldy #S.PW.DIR-1
|
||||
ldy #S.PW.DIR
|
||||
|
||||
jsr PWD.StoreString
|
||||
lda #':'
|
||||
jsr PWD.StoreChar
|
||||
|
||||
ldy #S.PW.SHELL-1
|
||||
ldy #S.PW.SHELL
|
||||
|
||||
jsr PWD.StoreString
|
||||
lda #C.CR
|
||||
|
Loading…
x
Reference in New Issue
Block a user