Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support of basic file descriptors #598

Merged
merged 3 commits into from
Dec 3, 2022
Merged

add support of basic file descriptors #598

merged 3 commits into from
Dec 3, 2022

Conversation

stlankes
Copy link
Contributor

To generalize the interface to the hardware, UNIX-like file descriptors is introduced. As long term solution, file descriptors are also used for sockets and other I/O interfaces.

To generalize the interface to the hardware, UNIX-like file
descriptors is introduced. As long term solution, file descriptors
are also used for sockets and other I/O interfaces.
only data, which is required to realize file descriptor, are still
part of the directory fd
@mkroening
Copy link
Member

I created hermit-os/hermit-rs#385 to resolve the CI failure.

@stlankes
Copy link
Contributor Author

Thanks! Now it works!

Copy link
Member

@mkroening mkroening left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! 👍

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 3, 2022

@bors bors bot merged commit 7c5642f into hermit-os:master Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants