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-17064-1466468
OSKernel2023-farmos-2675
Commits
ae616cb3
Commit
ae616cb3
authored
2 years ago
by
种田队
Browse files
Options
Download
Plain Diff
Merge branch 'master' into zrp--fs
parents
632fc81c
c4060af4
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
docs/FarmOS - 内存管理.md
+140
-0
docs/FarmOS - 内存管理.md
include/lib/error.h
+20
-6
include/lib/error.h
include/lib/log.h
+52
-0
include/lib/log.h
include/lib/printf.h
+0
-76
include/lib/printf.h
include/lib/vprint.h
+0
-0
include/lib/vprint.h
include/mm/memory.h
+0
-9
include/mm/memory.h
include/mm/mmu.h
+21
-0
include/mm/mmu.h
include/mm/vmm.h
+0
-3
include/mm/vmm.h
include/riscv.h
+0
-4
include/riscv.h
include/types.h
+4
-0
include/types.h
kern/boot/main.c
+3
-5
kern/boot/main.c
kern/dev/dtb.c
+2
-0
kern/dev/dtb.c
kern/driver/virtio.c
+2
-2
kern/driver/virtio.c
kern/fs/buf.c
+2
-1
kern/fs/buf.c
kern/fs/cluster.c
+1
-1
kern/fs/cluster.c
kern/fs/dirent.c
+1
-1
kern/fs/dirent.c
kern/fs/fat32.c
+1
-0
kern/fs/fat32.c
kern/lib/printf.c
+1
-1
kern/lib/printf.c
kern/lock/spinlock.c
+1
-1
kern/lock/spinlock.c
kern/mm/mmu.c
+5
-8
kern/mm/mmu.c
with
256 additions
and
118 deletions
+256
-118
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