vc4 kernel transplant log - huangbj16/rcore-vc4-opengl GitHub Wiki
Useful Links:
When using Intellij-Rust, Encountered Error: File is not included in module tree. Issue
Diffrence between usize and u32: Stackoverflow
## Token-pasting operator in C: Description
macros in rust: reference
指针的使用:指针,解决use of moved value
reference & dereference explanation: rust-docs
How to get a pointer to a containing struct from a pointer to a member?: use macro_rules!
Questions unsolved:
is check (xxx is NULL) necessary in rust? or can be ignored?
where can I find all these C CONST such as E_INVAL? Answer: Define in kernel/src/syscall/mod.rs
what does __u32 pad:24;
means in C?