From f2bb044e9e715f05db8df5950ca704976b98174a Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 20 Jun 2012 23:33:23 +0200 Subject: add stub for mmap/munmap + fix build errors in subdirectories --- userprog/process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userprog/process.h') 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 @@ #include "threads/thread.h" -#define STACK_SIZE (1 << 23) /* 8MB maxiumum stack size */ +#define STACK_SIZE (1 << 23) /* 8MB maximum stack size */ /* In the current implementation, the capacity is fixed to 1024 (PGSIZE/4) */ struct fd_table { -- cgit v1.2.3