NOVA User-Level Environment
Version testbox/changed-memory-timing-317-g320d8b5
|
#include "service/logging.h"
#include "nul/program.h"
#include "nul/motherboard.h"
#include "sigma0/console.h"
#include "nul/service_disk.h"
#include "host/dma.h"
#include "wvtest.h"
Classes | |
class | App |
Functions | |
char disk_buffer[4<< 20] | ALIGNED (0x1000) |
PARAM_HANDLER (blocksize,"blocksize:value - override the default blocksize","Example: 'blocksize:65536'") | |
PARAM_HANDLER (outstanding,"set the number of outstanding requests","Example: 'outstanding:4'") | |
PARAM_HANDLER (wvtest) | |
PARAM_HANDLER (lorem_ipsum) |
Variables | |
unsigned long | blocksize = 512 |
unsigned | outstanding = 5 |
bool | wvtest = false |
bool | lorem_ipsum = false |
char disk_buffer [4<<20] ALIGNED | ( | 0x1000 | ) |
PARAM_HANDLER | ( | blocksize | , |
"blocksize:value - override the default blocksize" | , | ||
"Example: 'blocksize:65536'" | |||
) |
PARAM_HANDLER | ( | outstanding | , |
"set the number of outstanding requests" | , | ||
"Example: 'outstanding:4'" | |||
) |
PARAM_HANDLER | ( | wvtest | ) |
PARAM_HANDLER | ( | lorem_ipsum | ) |
unsigned long blocksize = 512 |
bool lorem_ipsum = false |
unsigned outstanding = 5 |
bool wvtest = false |