Oops, missed a comment about the stack guard
This commit is contained in:
parent
4d245c79f9
commit
1280d26802
1 changed files with 0 additions and 1 deletions
1
proc.h
1
proc.h
|
@ -48,7 +48,6 @@ struct proc {
|
|||
// Process memory is laid out contiguously, low addresses first:
|
||||
// text
|
||||
// original data and bss
|
||||
// invalid page
|
||||
// fixed-size stack
|
||||
// expandable heap
|
||||
|
||||
|
|
Loading…
Reference in a new issue