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-12100-765609
UCore-SMP
Commits
0a9f23aa
Commit
0a9f23aa
authored
4 years ago
by
TianhuaTao
Browse files
Options
Download
Patches
Plain Diff
add lab3-smp
parent
a3693b59
Changes
55
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+20
-0
.gitignore
bootloader/fw_jump.bin
+0
-0
bootloader/fw_jump.bin
os/Makefile
+71
-0
os/Makefile
os/batch.c
+46
-0
os/batch.c
os/console.c
+5
-0
os/console.c
os/cpu.c
+33
-0
os/cpu.c
os/cpu.h
+60
-0
os/cpu.h
os/defs.h
+71
-0
os/defs.h
os/entry.S
+17
-0
os/entry.S
os/kernel.ld
+51
-0
os/kernel.ld
os/kernelld.py
+68
-0
os/kernelld.py
os/lock.c
+94
-0
os/lock.c
os/lock.h
+23
-0
os/lock.h
os/log.h
+99
-0
os/log.h
os/main.c
+98
-0
os/main.c
os/pack.py
+42
-0
os/pack.py
os/panic.c
+15
-0
os/panic.c
os/printf.c
+105
-0
os/printf.c
os/proc.c
+195
-0
os/proc.c
os/proc.h
+43
-0
os/proc.h
with
1156 additions
and
0 deletions
+1156
-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