mirror of
https://github.com/A2osX/A2osX.git
synced 2025-03-02 20:35:56 +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
|
||||
>STYA $FFFE
|
||||
|
||||
.2 >LDYAI $BE0C
|
||||
>STYA $3F0
|
||||
.2
|
||||
|
||||
* >LDYAI $BE0C
|
||||
* >STYA $3F0
|
||||
|
||||
plp
|
||||
clc
|
||||
|
@ -603,7 +603,7 @@ S.SelectProcessDev
|
||||
* In : A = PID to free
|
||||
*--------------------------------------
|
||||
S.FreeProcessA jsr S.GetPSByIDA
|
||||
bcs .9
|
||||
bcs *
|
||||
>STYA ZPQuickPtr1
|
||||
ldy #S.PS.hARGS
|
||||
lda (ZPQuickPtr1),y
|
||||
@ -649,7 +649,6 @@ S.FreeProcessA jsr S.GetPSByIDA
|
||||
sta (ZPQuickPtr1) Mark TSKSLOT as free
|
||||
clc
|
||||
rts
|
||||
.9 bra *
|
||||
*--------------------------------------
|
||||
TSKMGR.SIZE .BS 1
|
||||
TSKMGR.COUNT .BS 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user