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-28660-2608126
project10-面向LoongArch32指令集的uCore操作系统调试分析与优化-644
Commits
1207c639
Commit
1207c639
authored
5 months ago
by
Otto
Browse files
Options
Download
Patches
Plain Diff
注释
parent
48dba2f2
Changes
155
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gdbinit
+1
-0
.gdbinit
.gitignore
+8
-0
.gitignore
Makefile
+218
-0
Makefile
doc/img/debug.png
+0
-0
doc/img/debug.png
kern/debug/assert.h
+27
-0
kern/debug/assert.h
kern/debug/kdebug.c
+86
-0
kern/debug/kdebug.c
kern/debug/kdebug.h
+13
-0
kern/debug/kdebug.h
kern/debug/kmonitor.c
+125
-0
kern/debug/kmonitor.c
kern/debug/kmonitor.h
+12
-0
kern/debug/kmonitor.h
kern/debug/panic.c
+49
-0
kern/debug/panic.c
kern/driver/clock.c
+49
-0
kern/driver/clock.c
kern/driver/clock.h
+11
-0
kern/driver/clock.h
kern/driver/console.c
+197
-0
kern/driver/console.c
kern/driver/console.h
+10
-0
kern/driver/console.h
kern/driver/ide.c
+66
-0
kern/driver/ide.c
kern/driver/ide.h
+30
-0
kern/driver/ide.h
kern/driver/intr.c
+14
-0
kern/driver/intr.c
kern/driver/intr.h
+24
-0
kern/driver/intr.h
kern/driver/picirq.c
+27
-0
kern/driver/picirq.c
kern/driver/picirq.h
+11
-0
kern/driver/picirq.h
with
978 additions
and
0 deletions
+978
-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