summaryrefslogtreecommitdiff
path: root/kernel/proc.h
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-07-22 14:54:40 -0400
committerRobert Morris <[email protected]>2019-07-22 14:54:40 -0400
commit6b379e4707d693bb383f51647f66ec5471d26979 (patch)
tree95d319b7b3f0747dce88ce1583483cca7c13784e /kernel/proc.h
parent5eab649255edc210c1e05ae62d2cb6fd0f328d8c (diff)
downloadxv6-labs-6b379e4707d693bb383f51647f66ec5471d26979.tar.gz
xv6-labs-6b379e4707d693bb383f51647f66ec5471d26979.tar.bz2
xv6-labs-6b379e4707d693bb383f51647f66ec5471d26979.zip
-MD and TRAPFRAME
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