Commit 402f32c2 authored by Jeffrey Lee's avatar Jeffrey Lee Committed by ROOL
Browse files

Fix RISCOS_AddRAM memory table description

There are 20 length bits per entry, not 22
parent 82a9c908
......@@ -162,8 +162,8 @@ RISCOS_InitARM
; The table stores addresses are in terms of 4K pages, allowing us to
; theoretically support a 44 bit physical space.
; Twelve bits of flags are stored at the bottom of the length word.
; The 22 length bits are the length of the block in 4K pages, minus one (so a
; full 4GB region will have length &FFFFF)
; The remaining 20 length bits are the length of the block in 4K pages, minus
; one (so a full 4GB region will have length &FFFFF)
ROUT
RISCOS_AddRAM
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment