Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jeffrey Lee
Kernel
Commits
402f32c2
Commit
402f32c2
authored
4 years ago
by
Jeffrey Lee
Committed by
ROOL
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix RISCOS_AddRAM memory table description
There are 20 length bits per entry, not 22
parent
82a9c908
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
s/HAL
s/HAL
+2
-2
No files found.
s/HAL
View file @
402f32c2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment