driver test kernel

This commit is contained in:
Blaise Tine
2020-03-16 17:49:24 -04:00
parent 8b4397f0ec
commit 55e2cb4a76
6 changed files with 117 additions and 5 deletions

View File

@@ -340,7 +340,7 @@ void RAM::loadHexImpl(std::string path) {
uint32_t new_addr = init_addr+off;
((uint32_t*)this->get(new_addr))[0] = 0x00000000;
}
}
}
fseek(fp, 0, SEEK_END);
uint32_t size = ftell(fp);