[VictoriaFalls] Implement Read File.

This commit is contained in:
Drew Galbraith 2023-11-02 20:57:28 -07:00
parent abf09d8fce
commit d7050ff19f
7 changed files with 87 additions and 17 deletions

View file

@ -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.");