Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
图漏图森破
OSKernel2022-X
Commits
44fb744a
Commit
44fb744a
authored
2 years ago
by
郭衍培
Browse files
Options
Download
Patches
Plain Diff
preliminary busybox and Lua
parent
31a64ecb
Changes
50
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-3
.gitignore
Makefile
+1
-1
Makefile
busybox-syscall.md
+135
-0
busybox-syscall.md
include/Defs.h
+1
-1
include/Defs.h
include/Fcntl.h
+9
-0
include/Fcntl.h
include/Process.h
+1
-1
include/Process.h
include/SyscallId.h
+10
-2
include/SyscallId.h
include/Sysfile.h
+1
-0
include/Sysfile.h
include/Wait.h
+7
-0
include/Wait.h
include/file.h
+2
-2
include/file.h
include/pipe.h
+2
-2
include/pipe.h
kernel/boot/Init.c
+2
-2
kernel/boot/Init.c
kernel/fs/File.c
+9
-9
kernel/fs/File.c
kernel/fs/Pipe.c
+4
-6
kernel/fs/Pipe.c
kernel/fs/Sysfile.c
+70
-10
kernel/fs/Sysfile.c
kernel/system/Signal.c
+0
-1
kernel/system/Signal.c
kernel/trap/Exec.c
+51
-2
kernel/trap/Exec.c
kernel/trap/Syscall.c
+10
-4
kernel/trap/Syscall.c
kernel/trap/Trap.c
+8
-4
kernel/trap/Trap.c
kernel/yield/Process.c
+7
-2
kernel/yield/Process.c
with
331 additions
and
52 deletions
+331
-52
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