Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
Signed-off-by: Graham MacDonald <[email protected]>
  • Loading branch information
gmacd committed Sep 17, 2023
1 parent c03b9de commit 0cac724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aarch64/lib/kernel.ld
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ SECTIONS {

/* Reserve section for early pagetables. Align to 2MiB to allow us to map
as a 2MiB page.Note that this won't be needed once we transition to
recursive pagetables. */
recursive pagetables.
Note this can go when we use recursive pagetables */
. = ALIGN(2 * 1024 * 1024);
early_pagetables = .;
. += 2 * 1024 * 1024;
Expand Down

0 comments on commit 0cac724

Please sign in to comment.