Skip to content

Commit

Permalink
feat: add axlibc in userboot for ext4fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed May 1, 2024
1 parent 323330a commit 9b25a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion apps/monolithic_userboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ authors = ["Youjie Zheng <[email protected]>"]
[features]
# Use "APP_FEATURES=batch" to enable batch mode
batch = []

ext4fs = ["axlibc/fs"]
[dependencies]
axstarry = { git = "https://github.com/Starry-OS/axstarry.git" }
axlibc = { path = "../../tools/axlibc", optional = true }

0 comments on commit 9b25a38

Please sign in to comment.