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
FTL OS
OSKernel2022-FTLOS
Commits
a5a934ab
Commit
a5a934ab
authored
3 years ago
by
FTL OS
Browse files
Options
Download
Patches
Plain Diff
into linux
parent
e82890f4
Changes
17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
.gitignore
+11
-11
.gitignore
LICENSE
+674
-674
LICENSE
README.en.md
+36
-36
README.en.md
README.md
+39
-39
README.md
code/os/.cargo/config
+7
-7
code/os/.cargo/config
code/os/build.sh
+0
-0
code/os/build.sh
code/os/build_and_run.bat
+0
-2
code/os/build_and_run.bat
code/os/build_and_run.sh
+2
-0
code/os/build_and_run.sh
code/os/change.txt
+4
-0
code/os/change.txt
code/os/gdb.bat
+0
-4
code/os/gdb.bat
code/os/gdb.sh
+6
-0
code/os/gdb.sh
code/os/run.sh
+4
-0
code/os/run.sh
code/os/src/console.rs
+32
-32
code/os/src/console.rs
code/os/src/entry.asm
+12
-12
code/os/src/entry.asm
code/os/src/lang_items.rs
+17
-17
code/os/src/lang_items.rs
code/os/src/linker.ld
+48
-48
code/os/src/linker.ld
code/os/src/sbi.rs
+37
-37
code/os/src/sbi.rs
with
929 additions
and
919 deletions
+929
-919
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