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:
|
// Process memory is laid out contiguously, low addresses first:
|
||||||
// text
|
// text
|
||||||
// original data and bss
|
// original data and bss
|
||||||
// invalid page
|
|
||||||
// fixed-size stack
|
// fixed-size stack
|
||||||
// expandable heap
|
// expandable heap
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue