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
solipsism
proj10-面向LoongArch32指令集的uCore操作系统调试分析与优化
Commits
ee7f61ac
Commit
ee7f61ac
authored
5 months ago
by
solipsism
Browse files
Options
Download
Patches
Plain Diff
提交
parent
90780f88
Changes
628
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
ucore-loongarch32-lab1,2,3,5
+0
-1
ucore-loongarch32-lab1,2,3,5
ucore-loongarch32-lab1,2,3,5/.gdbinit
+1
-0
ucore-loongarch32-lab1,2,3,5/.gdbinit
ucore-loongarch32-lab1,2,3,5/.gitignore
+8
-0
ucore-loongarch32-lab1,2,3,5/.gitignore
ucore-loongarch32-lab1,2,3,5/Makefile
+218
-0
ucore-loongarch32-lab1,2,3,5/Makefile
ucore-loongarch32-lab1,2,3,5/doc/img/debug.png
+0
-0
ucore-loongarch32-lab1,2,3,5/doc/img/debug.png
ucore-loongarch32-lab1,2,3,5/kern/debug/assert.h
+27
-0
ucore-loongarch32-lab1,2,3,5/kern/debug/assert.h
ucore-loongarch32-lab1,2,3,5/kern/debug/kdebug.c
+86
-0
ucore-loongarch32-lab1,2,3,5/kern/debug/kdebug.c
ucore-loongarch32-lab1,2,3,5/kern/debug/kdebug.h
+13
-0
ucore-loongarch32-lab1,2,3,5/kern/debug/kdebug.h
ucore-loongarch32-lab1,2,3,5/kern/debug/kmonitor.c
+125
-0
ucore-loongarch32-lab1,2,3,5/kern/debug/kmonitor.c
ucore-loongarch32-lab1,2,3,5/kern/debug/kmonitor.h
+12
-0
ucore-loongarch32-lab1,2,3,5/kern/debug/kmonitor.h
ucore-loongarch32-lab1,2,3,5/kern/debug/panic.c
+49
-0
ucore-loongarch32-lab1,2,3,5/kern/debug/panic.c
ucore-loongarch32-lab1,2,3,5/kern/driver/clock.c
+50
-0
ucore-loongarch32-lab1,2,3,5/kern/driver/clock.c
ucore-loongarch32-lab1,2,3,5/kern/driver/clock.h
+11
-0
ucore-loongarch32-lab1,2,3,5/kern/driver/clock.h
ucore-loongarch32-lab1,2,3,5/kern/driver/console.c
+197
-0
ucore-loongarch32-lab1,2,3,5/kern/driver/console.c
ucore-loongarch32-lab1,2,3,5/kern/driver/console.h
+10
-0
ucore-loongarch32-lab1,2,3,5/kern/driver/console.h
ucore-loongarch32-lab1,2,3,5/kern/driver/ide.c
+66
-0
ucore-loongarch32-lab1,2,3,5/kern/driver/ide.c
ucore-loongarch32-lab1,2,3,5/kern/driver/ide.h
+30
-0
ucore-loongarch32-lab1,2,3,5/kern/driver/ide.h
ucore-loongarch32-lab1,2,3,5/kern/driver/intr.c
+14
-0
ucore-loongarch32-lab1,2,3,5/kern/driver/intr.c
ucore-loongarch32-lab1,2,3,5/kern/driver/intr.h
+24
-0
ucore-loongarch32-lab1,2,3,5/kern/driver/intr.h
ucore-loongarch32-lab1,2,3,5/kern/driver/picirq.c
+27
-0
ucore-loongarch32-lab1,2,3,5/kern/driver/picirq.c
with
968 additions
and
1 deletion
+968
-1
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