[victoriafalls] Read some of the ext2 superblock as a POC

This commit is contained in:
Drew Galbraith 2023-07-05 16:03:46 -07:00
parent 29d9923f5a
commit 0274339cc9
3 changed files with 21 additions and 0 deletions

View file

@ -98,6 +98,7 @@ void YellowstoneServer::ServerThread() {
};
check(ZReplyPortSend(reply_port_cap, sizeof(resp), &resp, 1,
&new_denali));
break;
}
default:
dbgln("Unknown request type: %x", req->type);