Setting the memoryOffset for the memory backend could be useful...
This commit is contained in:
parent
54e4c91d75
commit
fb05c096a8
@ -37,6 +37,8 @@ miniffs_t *miniffs_openfs(uintptr_t address)
|
||||
goto free_and_exit;
|
||||
}
|
||||
|
||||
fs->memoryOffset = (void *)address;
|
||||
|
||||
goto exit;
|
||||
|
||||
free_and_exit:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user