Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ext4 #56

Merged
merged 7 commits into from
Jun 1, 2024
Merged

add ext4 #56

merged 7 commits into from
Jun 1, 2024

Conversation

yuoo655
Copy link

@yuoo655 yuoo655 commented Jun 1, 2024

屏幕截图 2024-06-01 220317
屏幕截图 2024-06-01 220324

@@ -170,6 +170,10 @@ pub(crate) fn init_rootfs(disk: crate::dev::Disk) {
static EXT4_FS: LazyInit<Arc<fs::ext4fs::Ext4FileSystem>> = LazyInit::new();
EXT4_FS.init_by(Arc::new(fs::ext4fs::Ext4FileSystem::new(disk)));
let main_fs = EXT4_FS.clone();
} else if #[cfg(feature = "ext4_rs")] {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be merged by the external StarryOS in the future.

@Azure-stars Azure-stars merged commit 3d93061 into Arceos-monolithic:main Jun 1, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants