Skip to content

Commit

Permalink
fix(lab/5): remove code and code_usage in docs (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-y authored May 23, 2024
1 parent 221bc15 commit 5a1b458
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/labs/0x05/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ impl ProcessVm {
Self {
page_table: owned_page_table,
stack: self.stack.fork(mapper, alloc, stack_offset_count),

// do not share code info
code: Vec::new(),
code_usage: 0,
}
}
}
Expand Down

0 comments on commit 5a1b458

Please sign in to comment.