coconut-svsm / svsm

COCONUT-SVSM
MIT License
122 stars 42 forks source link

Userspace support: Implement opendir and readdir syscalls #516

Closed vijaydhanraj closed 4 days ago

vijaydhanraj commented 1 week ago

This is 5th PR in the userspace series. This PR implements support for OPENDIR and READDIR syscalls.

vijaydhanraj commented 1 week ago

Added missing documentation for opendir() fn and also rebased to lastest main.