mirror of
https://github.com/A2osX/A2osX.git
synced 2025-04-06 02:40:10 +00:00
workarounds for Corrupted FS
This commit is contained in:
parent
d2fa558510
commit
f766b7add3
Binary file not shown.
@ -395,7 +395,8 @@ CS.RUN.PRINT.DIR1
|
||||
.9 rts
|
||||
*--------------------------------------
|
||||
CS.RUN.PRINT.CDEV
|
||||
clc
|
||||
lda #MLI.E.UNSUPST
|
||||
sec
|
||||
rts
|
||||
*--------------------------------------
|
||||
CS.RUN.PRINT.BDEV
|
||||
@ -476,7 +477,8 @@ CS.RUN.PRINT.LNK
|
||||
CS.RUN.PRINT.DSOCK
|
||||
CS.RUN.PRINT.SSOCK
|
||||
CS.RUN.PRINT.PIPE
|
||||
clc
|
||||
lda #MLI.E.UNSUPST
|
||||
sec
|
||||
rts
|
||||
*--------------------------------------
|
||||
CS.RUN.PRINT.DIREND
|
||||
|
@ -206,18 +206,27 @@ movhed0 ldx #9 move this directory info
|
||||
bpl .1
|
||||
|
||||
.DO ACL=1
|
||||
ldx #7
|
||||
|
||||
lda gbuf+$14
|
||||
cmp #$57
|
||||
bne .20
|
||||
|
||||
ldx #7
|
||||
lda gbuf+$15
|
||||
bne .20
|
||||
|
||||
.2 lda gbuf+$14,x
|
||||
sta h_acl,x
|
||||
dex
|
||||
bpl .2
|
||||
|
||||
bra .21
|
||||
|
||||
.20 .FIN
|
||||
.20 stz h_acl,x
|
||||
dex
|
||||
bpl .20
|
||||
|
||||
.21 .FIN
|
||||
|
||||
lda gbuf+4 if this is root, then nothing to do
|
||||
and #$F0
|
||||
|
@ -300,6 +300,10 @@ FS.DirEnt2Stat jsr FS.ClrStat
|
||||
cmp #$57
|
||||
bne .7
|
||||
|
||||
iny
|
||||
lda (ZPPtr3),y
|
||||
bne .7
|
||||
|
||||
ldy #S.FIEX.ACL.UID
|
||||
lda (ZPPtr3),y
|
||||
sta K.S.STAT+S.STAT.UID
|
||||
|
Loading…
x
Reference in New Issue
Block a user