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
educg-net-17065-1686958
OSKernel2023-AVX-3535
Commits
b9927872
Commit
b9927872
authored
1 year ago
by
胡宇飞
Browse files
Options
Download
Plain Diff
Merge branch 'master' of
https://gitee.com/decisivemoments/xv6-vf2
parents
61584aed
ac31013d
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
Makefile
+1
-0
Makefile
busybox
+0
-0
busybox
kernel/fat32.c
+1
-1
kernel/fat32.c
kernel/file.c
+26
-0
kernel/file.c
kernel/futex.c
+67
-0
kernel/futex.c
kernel/include/error.h
+118
-0
kernel/include/error.h
kernel/include/fat32.h
+1
-0
kernel/include/fat32.h
kernel/include/file.h
+15
-0
kernel/include/file.h
kernel/include/futex.h
+18
-0
kernel/include/futex.h
kernel/include/proc.h
+5
-0
kernel/include/proc.h
kernel/include/sysnum.h
+4
-0
kernel/include/sysnum.h
kernel/proc.c
+1
-0
kernel/proc.c
kernel/syscall.c
+6
-3
kernel/syscall.c
kernel/sysfile.c
+4
-2
kernel/sysfile.c
kernel/sysproc.c
+51
-1
kernel/sysproc.c
kernel/systime.c
+121
-0
kernel/systime.c
thread.md
+6
-0
thread.md
with
445 additions
and
7 deletions
+445
-7
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