mirror of
https://gitlab.os-k.eu/os-k-team/kvisc.git
synced 2023-08-25 14:05:46 +02:00
memdev
This commit is contained in:
parent
88396e0736
commit
3cb7b0e470
@ -6,11 +6,11 @@ MEMDEV := 1
|
|||||||
MEMDEV_GETMEMOFF := 0
|
MEMDEV_GETMEMOFF := 0
|
||||||
MEMDEV_GETMEMSIZE := 1
|
MEMDEV_GETMEMSIZE := 1
|
||||||
|
|
||||||
DevGetMemOff:
|
MEM.GetMemOff:
|
||||||
iocall MEMDEV, MEMDEV_GETMEMOFF
|
iocall MEMDEV, MEMDEV_GETMEMOFF
|
||||||
ret
|
ret
|
||||||
|
|
||||||
DevGetMemSize:
|
MEM.GetMemSize:
|
||||||
iocall MEMDEV, MEMDEV_GETMEMSIZE
|
iocall MEMDEV, MEMDEV_GETMEMSIZE
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user