forked from arceos-org/starry-next
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d4855c
commit 14ddf27
Showing
8 changed files
with
53 additions
and
45 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
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#define __NR_read 63 | ||
#define __NR_write 64 | ||
#define __NR_exit 93 | ||
#define __NR_yield 124 | ||
#define __NR_getpid 172 | ||
#define __NR_clone 220 | ||
#define __NR_fork 220 | ||
#define __NR_exec 221 | ||
#define __NR_waitpid 260 | ||
#define __NR_clock_gettime 403 | ||
#define __NR_clock_nanosleep 407 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#define __NR_read 0 | ||
#define __NR_write 1 | ||
#define __NR_yield 24 | ||
#define __NR_getpid 39 | ||
#define __NR_clone 56 | ||
#define __NR_fork 57 | ||
#define __NR_exec 59 | ||
#define __NR_exit 60 | ||
#define __NR_waitpid 61 | ||
#define __NR_clock_gettime 228 | ||
#define __NR_clock_nanosleep 230 |
This file was deleted.
Oops, something went wrong.
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