Skip to content

Commit

Permalink
update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiyuanSue committed Nov 2, 2024
1 parent d279613 commit e053937
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/capability/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//! 该模块定义了几乎全部的`capability`,可以在`sel4_common`中找到`plus_define_bitfield!`宏的具体实现,
//! 该宏在生成`capability`的同时,会生成每个字段的`get``set`方法
//! cap_t 表示一个capability,由两个机器字组成,包含了类型、对象元数据以及指向内核对象的指针。
//! 每个类型的capability的每个字段都实现了get和set方法。
//! 该模块在rust_sel4_pbf_parser模块生成的结构体的基础上,进行了一些功能的添加和封装。
//!
//! 记录在阅读代码段过程中用到的`cap`的特定字段含义:
//!
Expand Down

0 comments on commit e053937

Please sign in to comment.