TD3 II.3+4 stress test our implementation
This commit is contained in:
parent
dcb11cf311
commit
4a67b57492
12 changed files with 95 additions and 13 deletions
|
@ -36,7 +36,7 @@
|
|||
// the disk sector size, for
|
||||
// simplicity
|
||||
|
||||
#define NumPhysPages 128 // Increase this as necessary!
|
||||
#define NumPhysPages 1024 // 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