Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
SubsToKernel
OSKernel2025-osrepo
Commits
b9fb1d59
Commit
b9fb1d59
authored
1 month ago
by
wdlin
Browse files
Options
Download
Patches
Plain Diff
(test): Add C language testcases.
parent
d063c2b5
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
testcases/Makefile
+27
-0
testcases/Makefile
testcases/lib/crt.o
+0
-0
testcases/lib/crt.o
testcases/lib/main.c
+13
-0
testcases/lib/main.c
testcases/lib/main.o
+0
-0
testcases/lib/main.o
testcases/lib/syscall.c
+11
-0
testcases/lib/syscall.c
testcases/lib/syscall.h
+33
-0
testcases/lib/syscall.h
testcases/lib/syscall.o
+0
-0
testcases/lib/syscall.o
testcases/lib/syscall_riscv64.h
+77
-0
testcases/lib/syscall_riscv64.h
testcases/src/42.c
+3
-0
testcases/src/42.c
testcases/src/42.o
+0
-0
testcases/src/42.o
testcases/src/hello.c
+21
-0
testcases/src/hello.c
testcases/src/hello.o
+0
-0
testcases/src/hello.o
with
185 additions
and
0 deletions
+185
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets