-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add some syscalls and add stdin (#131)
* add sys_getrandom and sys_nanosleep * add stdin * fix sys_nanosleep * update rcore-fs and add sys_poll * add sys_prlimit64 * fix color problem of ls * fix a problem of compiling zCore * add gdbinit for make debug * fix typo of flag * Update linux-syscall/src/file/poll.rs Co-authored-by: Runji Wang <[email protected]> * Update linux-syscall/src/file/poll.rs Co-authored-by: Runji Wang <[email protected]> * remove comment * remove pub at inner * fix a problem of pointer * fix arg of nanosleep * Update linux-syscall/src/misc.rs Co-authored-by: Runji Wang <[email protected]> * remove pub * fix a problem of null ptr in sys_prlimit Co-authored-by: Runji Wang <[email protected]>
- Loading branch information
1 parent
01c671d
commit 2c6893e
Showing
15 changed files
with
297 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.