copyout() copies data to a va in a pagetable, for exec() &c

usertest that passes too many arguments, break exec
This commit is contained in:
Robert Morris 2010-09-27 16:14:33 -04:00
parent a9183883b8
commit 4655d42e3b
6 changed files with 91 additions and 41 deletions

View file

@ -7,4 +7,6 @@
#define NINODE 50 // maximum number of active i-nodes
#define NDEV 10 // maximum major device number
#define ROOTDEV 1 // device number of file system root disk
#define USERTOP 0xA0000 // end of user address space
#define PHYSTOP 0x1000000 // use phys mem up to here as free pool
#define MAXARG 32 // max exec arguments