jungfrau virtual server compiles

This commit is contained in:
2018-11-02 14:52:27 +01:00
parent 833f0c164c
commit d1c8d0b01c
7 changed files with 12 additions and 4 deletions

View File

@ -10,7 +10,6 @@
u_int64_t CSP0BASE = 0;
#define CSP0 0x20200000
#define MEM_SIZE 0x100000
#define MEM_MAP_SHIFT 1
@ -129,7 +128,7 @@ int mapCSP0(void) {
FILE_LOG(logERROR, ("Could not allocate virtual memory.\n"));
return FAIL;
}
FILE_LOG(logINFO, (("memory allocated\n"));
FILE_LOG(logINFO, ("memory allocated\n"));
#else
int fd;
fd = open("/dev/mem", O_RDWR | O_SYNC, 0);