mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-25 20:33:13 +00:00
DRV:Bug fixed preventing INSDRV resuming after loading a driver
This commit is contained in:
parent
ba6914be05
commit
0ed8d58d2d
@ -25,6 +25,7 @@ pDev .EQ $18
|
|||||||
|
|
||||||
pEvent .EQ $1A
|
pEvent .EQ $1A
|
||||||
pPs .EQ $1C
|
pPs .EQ $1C
|
||||||
|
pDrv .EQ $1E
|
||||||
|
|
||||||
ZPDRV .EQ $80
|
ZPDRV .EQ $80
|
||||||
ZPBIN .EQ $90
|
ZPBIN .EQ $90
|
||||||
@ -335,10 +336,6 @@ S.MEM.LEN .EQ 6
|
|||||||
*
|
*
|
||||||
S.MEM.SIZE .EQ 8
|
S.MEM.SIZE .EQ 8
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
* BIN STRUCT
|
|
||||||
*--------------------------------------
|
|
||||||
S.BIN.CODE .EQ 0
|
|
||||||
*--------------------------------------
|
|
||||||
* DEV STRUCT
|
* DEV STRUCT
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
S.DEV.CODE .EQ 0
|
S.DEV.CODE .EQ 0
|
||||||
|
Loading…
Reference in New Issue
Block a user