summaryrefslogtreecommitdiff
path: root/kernel/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/proc.h')
-rw-r--r--kernel/proc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/proc.h b/kernel/proc.h
index 1524c74..8f94d30 100644
--- a/kernel/proc.h
+++ b/kernel/proc.h
@@ -105,9 +105,3 @@ struct proc {
struct inode *cwd; // Current directory
char name[16]; // Process name (debugging)
};
-
-// Process memory is laid out contiguously, low addresses first:
-// text
-// original data and bss
-// fixed-size stack
-// expandable heap