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-28665-2608131
OSKernel2024-MikuOS-1361
Commits
b9c41ce5
Commit
b9c41ce5
authored
8 months ago
by
Shetty Yttehs
Browse files
Options
Download
Patches
Plain Diff
feat: implement kernel heap
parent
e6d6bf59
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
kernel/Cargo.toml
+1
-0
kernel/Cargo.toml
kernel/src/allocator/heap.rs
+18
-0
kernel/src/allocator/heap.rs
kernel/src/allocator/mod.rs
+3
-0
kernel/src/allocator/mod.rs
kernel/src/config.rs
+4
-1
kernel/src/config.rs
kernel/src/main.rs
+7
-2
kernel/src/main.rs
with
33 additions
and
3 deletions
+33
-3
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