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
SOS
OSKernel2023-SOS
Commits
f592695d
Commit
f592695d
authored
3 years ago
by
SOS
Browse files
Options
Download
Patches
Plain Diff
Initial commit
parents
Changes
74
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.dockerignore
+2
-0
.dockerignore
.github/workflows/build-doc.yml
+26
-0
.github/workflows/build-doc.yml
.gitignore
+18
-0
.gitignore
Dockerfile
+41
-0
Dockerfile
LICENSE
+0
-0
LICENSE
Makefile
+8
-0
Makefile
README.md
+2
-0
README.md
bootloader/rustsbi-k210.bin
+0
-0
bootloader/rustsbi-k210.bin
bootloader/rustsbi-qemu.bin
+0
-0
bootloader/rustsbi-qemu.bin
dev-env-info.md
+18
-0
dev-env-info.md
os/.cargo/config
+7
-0
os/.cargo/config
os/Cargo.toml
+21
-0
os/Cargo.toml
os/Makefile
+106
-0
os/Makefile
os/build.rs
+67
-0
os/build.rs
os/src/boards/k210.rs
+3
-0
os/src/boards/k210.rs
os/src/boards/qemu.rs
+3
-0
os/src/boards/qemu.rs
os/src/config.rs
+13
-0
os/src/config.rs
os/src/console.rs
+34
-0
os/src/console.rs
os/src/entry.asm
+13
-0
os/src/entry.asm
os/src/lang_items.rs
+18
-0
os/src/lang_items.rs
with
400 additions
and
0 deletions
+400
-0
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