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
AA5555AA
OSKernel2023-LuoOS
Commits
8d31b4fa
"README.md" did not exist on "34da8b4cefd33cb17ef6ff15e001e74948a99b36"
Commit
8d31b4fa
authored
2 years ago
by
某某某
Browse files
Options
Download
Patches
Plain Diff
can switch to user process now, sched&proc needs refactoring, syscall needs refinement
parent
c112dd68
Changes
36
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+3
-1
.gitignore
Makefile
+17
-5
Makefile
common.mk
+4
-3
common.mk
gdbinit
+2
-0
gdbinit
include/alloc.hh
+1
-1
include/alloc.hh
include/kernel.hh
+26
-2
include/kernel.hh
include/ld.hh
+21
-0
include/ld.hh
include/proc.hh
+15
-0
include/proc.hh
include/rvcsr.hh
+1
-0
include/rvcsr.hh
include/sched.hh
+48
-0
include/sched.hh
include/vm.hh
+2
-0
include/vm.hh
kernel/kernel.cc
+35
-10
kernel/kernel.cc
kernel/ld.cc
+25
-0
kernel/ld.cc
kernel/os-elf.txt
+0
-9282
kernel/os-elf.txt
kernel/os.elf
+0
-0
kernel/os.elf
kernel/os.ld
+13
-0
kernel/os.ld
kernel/sched.cc
+46
-0
kernel/sched.cc
kernel/start.S
+7
-5
kernel/start.S
kernel/trap.cc
+14
-2
kernel/trap.cc
kernel/vm.cc
+1
-0
kernel/vm.cc
with
281 additions
and
9311 deletions
+281
-9311
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