Skip to content

arceos与aero对比

Zhenxing edited this page Jun 21, 2023 · 1 revision

crates目录

对应drivers目录,其中drm目录是gpu驱动,drm意为直接渲染管理。

modules目录

axdriver

对应net目录。

axfs

对应fs目录。

axhal, axalloc

硬件抽象层,对应arch, mem目录。

虽然有arch和platform两个底层模块,但实际上platfom应该是没有必要存在的。platform是通过设备树来定义的,或应该有uefi的支持。

axlog

对应logger.rs

axnet

对应socket目录。

axruntime

对应main.rs

axsync

对应utils/sync.rs

arceos没有的功能

userland

userland目录

系统调用

syscall目录