Skip to content

Commit 09f3749

Browse files
should be used/total
1 parent 2e97259 commit 09f3749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

os/programs/about.rrbasic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PRINT "rocketsh-2.0"
2424
COLOUR 14
2525
PRINT " Memory: ";
2626
COLOUR 7
27-
M_MEGS = MEMFREE / 1024 / 1024
27+
M_MEGS = MEMUSED / 1024 / 1024
2828
MT_MEGS = MEMORY / 1024 / 1024
2929
PRINT M_MEGS; "MiB / "; MT_MEGS ; "MiB"
3030
PRINT " ";

0 commit comments

Comments
 (0)