Oops, missed a comment about the stack guard

This commit is contained in:
Austin Clements 2010-09-02 03:36:39 -04:00
parent 4d245c79f9
commit 1280d26802

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