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-22023-2210132
project2210132-2939
Commits
1f89fd6d
"README.md" did not exist on "b71c8e54e851aaf0ada9cc9a8c069b44c606a98b"
Commit
1f89fd6d
authored
1 year ago
by
ZhiyuanSue
Browse files
Options
Download
Patches
Plain Diff
try to copy the make script from starry and try to make an empty one
parent
15209bec
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
.gitignore
+5
-1
.gitignore
Cargo.lock
+619
-0
Cargo.lock
Cargo.toml
+9
-0
Cargo.toml
Makefile
+218
-8
Makefile
apps/microkernel/Cargo.toml
+13
-0
apps/microkernel/Cargo.toml
apps/microkernel/src/lib.rs
+0
-0
apps/microkernel/src/lib.rs
apps/microkernel/src/main.rs
+7
-0
apps/microkernel/src/main.rs
cargo.toml
+0
-14
cargo.toml
kernel/main.rs
+0
-0
kernel/main.rs
platforms/aarch64-qemu-virt.toml
+94
-0
platforms/aarch64-qemu-virt.toml
scripts/build.mk
+46
-0
scripts/build.mk
scripts/cargo.mk
+47
-0
scripts/cargo.mk
scripts/features.mk
+75
-0
scripts/features.mk
scripts/qemu.mk
+89
-0
scripts/qemu.mk
scripts/test.mk
+14
-0
scripts/test.mk
scripts/utils.mk
+33
-0
scripts/utils.mk
with
1269 additions
and
23 deletions
+1269
-23
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