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-22026-2376550
LoOS-1613
Commits
6102128c
Commit
6102128c
authored
1 year ago
by
Tiger1218
Browse files
Options
Download
Patches
Plain Diff
refactor: re-architecture, part II, reconstruct header files
parent
26340019
fs-final-test-judge2
busybox-copy-pagetable-fix
devel
devel-busybox-vmfix
devel-exec-with-new-ustack
devel-memlayout
devel-physical-mm
devel-vm-flags-and-gfp-flags
docs-vfs
fs-final-test
fs-final-test-judge
judge-test-final
No related merge requests found
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+1
-1
Makefile
scripts/archive.mk
+1
-1
scripts/archive.mk
src/core/_start.c
+2
-2
src/core/_start.c
src/core/exec.c
+3
-0
src/core/exec.c
src/core/kmain.c
+3
-2
src/core/kmain.c
src/core/proc.c
+7
-4
src/core/proc.c
src/core/syscall.c
+1
-1
src/core/syscall.c
src/core/trap.c
+1
-1
src/core/trap.c
src/core/user.c
+11
-2
src/core/user.c
src/driver/ahci.c
+1
-0
src/driver/ahci.c
src/driver/disk.c
+2
-1
src/driver/disk.c
src/driver/shutdown.c
+2
-1
src/driver/shutdown.c
src/driver/uart.c
+2
-1
src/driver/uart.c
src/fs/fat32.c
+2
-1
src/fs/fat32.c
src/fs/fs.c
+1
-0
src/fs/fs.c
src/include/asm/csr.h
+14
-43
src/include/asm/csr.h
src/include/asm/loongarch.h
+32
-0
src/include/asm/loongarch.h
src/include/asm/mmu.h
+37
-0
src/include/asm/mmu.h
src/include/asm/tlb.h
+94
-0
src/include/asm/tlb.h
src/include/asm/trap.h
+0
-0
src/include/asm/trap.h
with
217 additions
and
61 deletions
+217
-61
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