Kernel version 0.8 : fixed a bug in JMP table for GetMemStat

This commit is contained in:
Rémy GIBERT 2016-11-14 17:27:30 +01:00
parent 76d34875d7
commit 16a70ed131
3 changed files with 14 additions and 11 deletions

Binary file not shown.

Binary file not shown.

View File

@ -105,7 +105,7 @@ KERNEL.SYSCALL
.DA K.GetStockObjectA
.DA K.FreeStockObject
*--------------------------------------
.DA K.SetLoMem
.DA K.SetLoMem $A0
.DA K.GetMemStatYA
*--------------------------------------
* LO Byte :
@ -286,6 +286,9 @@ KERNEL.SYSCALL.FLAGS
.DA 0
.DA 0
.DA 0
.DA 0 $A0
.DA 0
*--------------------------------------
MAN