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-28665-2608131
OSKernel2024-MikuOS-1361
Commits
e5424501
Commit
e5424501
authored
7 months ago
by
Shetty Yttehs
Browse files
Options
Download
Patches
Plain Diff
feat: implement from elf
parent
0d41b64b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
kernel/Cargo.toml
+3
-2
kernel/Cargo.toml
kernel/src/config.rs
+15
-10
kernel/src/config.rs
kernel/src/mm/memory_set/map_area/mod.rs
+3
-3
kernel/src/mm/memory_set/map_area/mod.rs
kernel/src/mm/memory_set/mod.rs
+112
-15
kernel/src/mm/memory_set/mod.rs
kernel/src/trap/mod.rs
+2
-2
kernel/src/trap/mod.rs
with
135 additions
and
32 deletions
+135
-32
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