[VictoriaFalls] Implement Read File.
This commit is contained in:
parent
abf09d8fce
commit
d7050ff19f
7 changed files with 87 additions and 17 deletions
|
|
@ -44,6 +44,7 @@ uint64_t main(uint64_t port_cap) {
|
|||
MappedMemoryRegion::FromCapability(response.memory());
|
||||
|
||||
dbgln("addr: %lu, size: %lu", file.vaddr(), file.size());
|
||||
dbgln("Test: '%s'", file.vaddr());
|
||||
|
||||
check(server_thread.Join());
|
||||
dbgln("Yellowstone Finished Successfully.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue