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
ECNU九队
OSKernel2024-OScode
Commits
bb246eec
Commit
bb246eec
authored
1 year ago
by
HaoDong-Xia
Browse files
Options
Download
Patches
Plain Diff
commit
parent
0d3667e1
No related merge requests found
Changes
22
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+4
-0
.gitignore
.vscode/settings.json
+9
-0
.vscode/settings.json
LICENSE
+674
-0
LICENSE
Makefile
+8
-0
Makefile
README.md
+0
-2
README.md
common.mk
+31
-0
common.mk
kernel/Makefile
+39
-0
kernel/Makefile
kernel/entry.S
+15
-0
kernel/entry.S
kernel/func.h
+41
-0
kernel/func.h
kernel/main.c
+10
-0
kernel/main.c
kernel/mem.S
+6
-0
kernel/mem.S
kernel/platform.h
+20
-0
kernel/platform.h
kernel/pmem.c
+156
-0
kernel/pmem.c
kernel/print.c
+135
-0
kernel/print.c
kernel/riscv.h
+329
-0
kernel/riscv.h
kernel/scheduler.c
+106
-0
kernel/scheduler.c
kernel/spinlock.c
+29
-0
kernel/spinlock.c
kernel/start.c
+11
-0
kernel/start.c
kernel/swtch.S
+36
-0
kernel/swtch.S
kernel/types.h
+18
-0
kernel/types.h
with
1677 additions
and
2 deletions
+1677
-2
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