Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2019-12-10 15:12:07 +01:00
parent 9474622c91
commit 67360a605d
2 changed files with 5 additions and 8 deletions

Binary file not shown.

View File

@ -60,8 +60,6 @@ L.FMT.Time .DA FMT.Time
L.FMT.int16 .DA FMT.int16
L.MSG.Users .DA MSG.Users
L.MSG.Root .DA MSG.Root
L.UID .DA UID
L.GID .DA GID
.DA 0
*--------------------------------------
CS.INIT clc
@ -371,7 +369,7 @@ CS.RUN.PushGidUid
bcs .3
>PUSHW ZPPW
clc
* clc
rts
.3 ldy #S.STAT.UID+1
@ -380,12 +378,12 @@ CS.RUN.PushGidUid
dey
lda (ZPFileStat),y
>PUSHA
>PUSHB L.FMT.int16
>PUSHEA.G GID
>PUSHBI 2
>PUSHW L.FMT.int16
>LEA.G UID
>SYSCALL sprintf
>PUSHEA.G GID
>PUSHEA.G UID
clc
rts
*--------------------------------------
@ -635,7 +633,6 @@ MOD .BS 11 drwxrwxrwx0
TIME.Create .BS 20
TIME.Mod .BS 20
TIME.SysTime .BS S.TIME
GID .BS 6
UID .BS 6
bPause .BS 1