mirror of
https://github.com/A2osX/A2osX.git
synced 2025-03-03 12:29:54 +00:00
KERNEL:temporary disabled BRK handler
This commit is contained in:
parent
64cf656ba5
commit
4610685d90
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user