diff options
author | Austin Clements <[email protected]> | 2010-09-02 03:36:39 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2010-09-02 03:36:39 -0400 |
commit | 1280d2680274cf44aa1a9531f06f7699d1f9051f (patch) | |
tree | 2a9872a94066fa6dbe24d7586554614fffe53d6d /proc.h | |
parent | 4d245c79f989aff781a50c855d254b813639ee90 (diff) | |
download | xv6-labs-1280d2680274cf44aa1a9531f06f7699d1f9051f.tar.gz xv6-labs-1280d2680274cf44aa1a9531f06f7699d1f9051f.tar.bz2 xv6-labs-1280d2680274cf44aa1a9531f06f7699d1f9051f.zip |
Oops, missed a comment about the stack guard
Diffstat (limited to 'proc.h')
-rw-r--r-- | proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |