Skip to content

Commit

Permalink
Merge pull request #28 from kingcanfish/fix/l1_l2_block
Browse files Browse the repository at this point in the history
chore: update one hint in page_table.c
  • Loading branch information
ToolmanP authored Sep 11, 2024
2 parents 51fafe0 + f822983 commit 415d7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lab2/kernel/arch/aarch64/mm/page_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ int query_in_pgtbl(void *pgtbl, vaddr_t va, paddr_t *pa, pte_t **entry)
/* LAB 2 TODO 4 BEGIN */
/*
* Hint: Walk through each level of page table using `get_next_ptp`,
* return the pa and pte until a L0/L1 block or page, return
* return the pa and pte until a L2/L3 block or page, return
* `-ENOMAPPING` if the va is not mapped.
*/
/* BLANK BEGIN */
Expand Down

0 comments on commit 415d7a6

Please sign in to comment.