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
educg-net-17064-1466468
OSKernel2023-550W-3663
Commits
44c2c2ea
Unverified
Commit
44c2c2ea
authored
2 years ago
by
Blue Space
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #5 from ETOgaosion/syscall
add all syscalls except fork and fs
parents
edfb26ff
87eb134a
syscall
No related merge requests found
Changes
44
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.clang-format
+5
-3
.clang-format
.gitignore
+1
-0
.gitignore
.idea/.gitignore
+8
-0
.idea/.gitignore
Makefile
+3
-2
Makefile
compile_commands.json
+694
-0
compile_commands.json
docs/development.md
+12
-4
docs/development.md
kernel-qemu
+2
-2
kernel-qemu
scripts/format.sh
+1
-1
scripts/format.sh
scripts/setup.sh
+8
-4
scripts/setup.sh
src/arch/riscv/include/asm/context.h
+1
-0
src/arch/riscv/include/asm/context.h
src/arch/riscv/include/asm/csr.h
+3
-0
src/arch/riscv/include/asm/csr.h
src/arch/riscv/include/asm/regs.h
+2
-2
src/arch/riscv/include/asm/regs.h
src/arch/riscv/include/asm/stack.h
+4
-2
src/arch/riscv/include/asm/stack.h
src/arch/riscv/kernel/init/exception.S
+1
-1
src/arch/riscv/kernel/init/exception.S
src/arch/riscv/kernel/init/head.S
+18
-15
src/arch/riscv/kernel/init/head.S
src/arch/riscv/kernel/init/stack.c
+46
-42
src/arch/riscv/kernel/init/stack.c
src/arch/riscv/kernel/sys/context.S
+12
-21
src/arch/riscv/kernel/sys/context.S
src/arch/riscv/sbi/common.c
+9
-3
src/arch/riscv/sbi/common.c
src/drivers/screen.c
+7
-4
src/drivers/screen.c
src/fs/fs.c
+159
-98
src/fs/fs.c
with
996 additions
and
204 deletions
+996
-204
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