Oops, missed a comment about the stack guard

feat/start
Austin Clements 2010-09-02 03:36:39 -04:00
parent 4d245c79f9
commit 1280d26802
1 changed files with 0 additions and 1 deletions

1
proc.h
View File

@ -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