renaming system.maxmem to sys.maxmem

This commit is contained in:
minjaesong
2022-09-01 18:13:13 +09:00
parent b41ff1c834
commit 079641ef1e
16 changed files with 8410 additions and 20 deletions

View File

@@ -113,7 +113,7 @@ function printSysInfo() {
print(`System uptime ${uh}h${um}m${us}s`)
con.move(6,configContentsX)
print(` User RAM ${system.maxmem()>>>10} Kbytes`)
print(` User RAM ${sys.maxmem()>>>10} Kbytes`)
con.move(7,configContentsX)
print(`Video RAM ${256*sys.peek(-131084)} Kbytes`)
}