TD3:II.1 First working version of ForkExec
But need to implement Process exit...
This commit is contained in:
parent
f7eca8c6ac
commit
07853cbcd3
8 changed files with 61 additions and 4 deletions
|
@ -36,7 +36,7 @@
|
|||
// the disk sector size, for
|
||||
// simplicity
|
||||
|
||||
#define NumPhysPages 64 // Increase this as necessary!
|
||||
#define NumPhysPages 128 // Increase this as necessary!
|
||||
#define MemorySize (NumPhysPages * PageSize)
|
||||
#define TLBSize 4 // if there is a TLB, make it small
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue