KERNEL:temporary disabled BRK handler

This commit is contained in:
Rémy GIBERT 2016-04-07 08:14:30 +02:00
parent 64cf656ba5
commit 4610685d90
2 changed files with 5 additions and 4 deletions

View File

@ -23,8 +23,10 @@ S.IrqMgrInit php
>LDYAI S.IrqHandlerAuxLC >LDYAI S.IrqHandlerAuxLC
>STYA $FFFE >STYA $FFFE
.2 >LDYAI $BE0C .2
>STYA $3F0
* >LDYAI $BE0C
* >STYA $3F0
plp plp
clc clc

View File

@ -603,7 +603,7 @@ S.SelectProcessDev
* In : A = PID to free * In : A = PID to free
*-------------------------------------- *--------------------------------------
S.FreeProcessA jsr S.GetPSByIDA S.FreeProcessA jsr S.GetPSByIDA
bcs .9 bcs *
>STYA ZPQuickPtr1 >STYA ZPQuickPtr1
ldy #S.PS.hARGS ldy #S.PS.hARGS
lda (ZPQuickPtr1),y lda (ZPQuickPtr1),y
@ -649,7 +649,6 @@ S.FreeProcessA jsr S.GetPSByIDA
sta (ZPQuickPtr1) Mark TSKSLOT as free sta (ZPQuickPtr1) Mark TSKSLOT as free
clc clc
rts rts
.9 bra *
*-------------------------------------- *--------------------------------------
TSKMGR.SIZE .BS 1 TSKMGR.SIZE .BS 1
TSKMGR.COUNT .BS 1 TSKMGR.COUNT .BS 1