mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
* refacotr: remove all c files Use Rust to implement the symbol table generator. Delete unused header files and c files Adjust the makefile in the debug directory Signed-off-by: Godones <chenlinfeng25@outlook.com> * fix: remove extern "C" rs_* functions move gen_kallsyms.rs to build-scripts Signed-off-by: Godones <chenlinfeng25@outlook.com>
7 lines
83 B
TOML
7 lines
83 B
TOML
[package]
|
|
name = "gen_kallsyms"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|