diff options
Diffstat (limited to 'userprog/process.h')
| -rw-r--r-- | userprog/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userprog/process.h b/userprog/process.h index ccb94cb..5fcd80e 100644 --- a/userprog/process.h +++ b/userprog/process.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | #include "threads/thread.h" | 4 | #include "threads/thread.h" |
| 5 | 5 | ||
| 6 | #define STACK_SIZE (1 << 23) /* 8MB maxiumum stack size */ | 6 | #define STACK_SIZE (1 << 23) /* 8MB maximum stack size */ |
| 7 | 7 | ||
| 8 | /* In the current implementation, the capacity is fixed to 1024 (PGSIZE/4) */ | 8 | /* In the current implementation, the capacity is fixed to 1024 (PGSIZE/4) */ |
| 9 | struct fd_table { | 9 | struct fd_table { |
