Replies: 7 comments 1 reply
-
梳理文件系统的调用顺序: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
对于C bindings的结构,合适地与Rust的组件结构 进行Data数据和Fn函数的交互,属于难点之一。。。 |
Beta Was this translation helpful? Give feedback.
-
@elliott10 今天晚上请汇总一下进展。 |
Beta Was this translation helpful? Give feedback.
-
继续构建C接口对应的Rust对象结构、函数、数据等,Rust接口并不如C的函数那样自由,编写编译的过程较多坑; 持续解决遇到的错误... |
Beta Was this translation helpful? Give feedback.
-
进展小结:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
lwext4文件系统库 on ArceOS
lwext4是用于嵌入式的ext2/ext3/ext4文件系统库。
库为C语言实现。
库也被用于 rt-thread 操作系统
兼容 Linux 应用的 ruxos
参考
https://github.com/gkostka/lwext4
任务目标
在ArceOS上支持ext4文件系统的访问功能。
实现的代码仓库
基于C lwext4的Rust ext4文件系统支持库:
https://github.com/elliott10/lwext4_rust.git
Beta Was this translation helpful? Give feedback.
All reactions