Showing changes from revision #3 to #4:
Added | Removed | Changed
Entry | |
---|---|
- | - |
Exit | |
---|---|
R0 | Page size in bytes |
R1 | Number of pages |
The purpose of this call is to read the page size used by the memory controller and the number of pages in use.
Valid page numbers are 0 to R1-1, and the total memory size is R0*R1. It’s recommended to calculate this as a 64bit 64 bit value, as modern systems may have over 4GB ofRAM.