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-22027-2376549
LoOS-483
Commits
645a4dce
Commit
645a4dce
authored
1 year ago
by
junyu33
Browse files
Options
Download
Plain Diff
Merge branch 'main' into remotes/origin/devel
parents
4dbf5334
6bb9bd8f
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
.gitignore
+1
-0
.gitignore
1
+317
-0
1
Makefile
+8
-12
Makefile
docs/kdb/index.md
+13
-0
docs/kdb/index.md
kernel.bin
+0
-0
kernel.bin
scripts/archive.mk
+4
-4
scripts/archive.mk
scripts/loongarch64.lds
+2
-1
scripts/loongarch64.lds
scripts/loongarch64.mk
+2
-1
scripts/loongarch64.mk
src/core/_start.c
+1
-1
src/core/_start.c
src/core/fat32.c
+158
-132
src/core/fat32.c
src/core/fs.c
+92
-6
src/core/fs.c
src/core/include/syscall.h
+3
-0
src/core/include/syscall.h
src/core/kmain.c
+1
-0
src/core/kmain.c
src/core/mm.c
+4
-4
src/core/mm.c
src/core/syscall.c
+24
-3
src/core/syscall.c
src/lolibc/loongarch.h
+9
-0
src/lolibc/loongarch.h
tools/Makefile
+5
-5
tools/Makefile
with
644 additions
and
169 deletions
+644
-169
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