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

Commits on Nov 29, 2022

  1. add support of basic file descriptors

    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.
    stlankes committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    b63b90a View commit details
    Browse the repository at this point in the history
  2. move system call interface back to the subdirectory syscall

    only data, which is required to realize file descriptor, are still
    part of the directory fd
    stlankes committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    d4bc0f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. remove clippy warnings

    stlankes committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    66fe26b View commit details
    Browse the repository at this point in the history