Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions k-alloc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ void init_kalloc() {
// The handout allocator sets returned memory to 0xCC (this corresponds
// to the x86 `int3` instruction and may help you debug).
//
// If `sz` is a multiple of `PAGESIZE`, the returned pointer is guaranteed
// to be page-aligned.
//
// The handout code does not free memory and allocates memory in units
// of pages.
Expand Down