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
放课后茶会
OSKernel2025-MyGOS
Commits
ae7c5ea6
Commit
ae7c5ea6
authored
1 month ago
by
Mike Solar
Browse files
Options
Download
Patches
Plain Diff
new:伙伴系统还差一个free_pages
parent
d583ee6a
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
CMakeLists.txt
+8
-2
CMakeLists.txt
include/list.h
+204
-0
include/list.h
link_script_riscv.ld
+23
-1
link_script_riscv.ld
src/algs/kmath.h
+23
-0
src/algs/kmath.h
src/algs/math.c
+5
-0
src/algs/math.c
src/main.c
+13
-0
src/main.c
src/mem/kmemory.c
+5
-3
src/mem/kmemory.c
src/mem/kmemory.h
+8
-3
src/mem/kmemory.h
src/mem/page.c
+177
-0
src/mem/page.c
src/mem/page.h
+46
-0
src/mem/page.h
todo.md
+22
-0
todo.md
with
534 additions
and
9 deletions
+534
-9
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