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
破败王者之剑
OSKernel2022-LOS
Commits
0fbbe641
Commit
0fbbe641
authored
2 years ago
by
last-las
Browse files
Options
Download
Patches
Plain Diff
refactor: merge user/buddy_allocator with user/lib
parent
b4f1e7ae
game
master
match
No related merge requests found
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
.gitignore
+1
-0
.gitignore
user/buddy_allocator/Cargo.lock
+0
-30
user/buddy_allocator/Cargo.lock
user/buddy_allocator/Cargo.toml
+0
-18
user/buddy_allocator/Cargo.toml
user/buddy_allocator/src/console.rs
+0
-50
user/buddy_allocator/src/console.rs
user/buddy_allocator/src/frame.rs
+0
-170
user/buddy_allocator/src/frame.rs
user/buddy_allocator/src/lib.rs
+0
-390
user/buddy_allocator/src/lib.rs
user/buddy_allocator/src/linked_list.rs
+0
-141
user/buddy_allocator/src/linked_list.rs
user/buddy_allocator/src/syscall/mod.rs
+0
-29
user/buddy_allocator/src/syscall/mod.rs
user/buddy_allocator/src/syscall/raw.rs
+0
-59
user/buddy_allocator/src/syscall/raw.rs
user/lib/Cargo.toml
+1
-1
user/lib/Cargo.toml
user/lib/src/heap.rs
+64
-9
user/lib/src/heap.rs
with
66 additions
and
897 deletions
+66
-897
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