DragonOS/docs/kernel
linfeng 3d663af8a2
fix: remove useless c code (#1116)
* fix: remove useless c code

remove printk.c file
remove old test_ebpf file
implement `lookup_kallsyms` and `addr_from_symbol` using rust

* fix the weak linkage

* feat(kernel): 添加cfg-if依赖并优化panic模块的条件编译

Signed-off-by: longjin <longjin@DragonOS.org>

---------

Signed-off-by: longjin <longjin@DragonOS.org>
Co-authored-by: longjin <longjin@DragonOS.org>
2025-03-27 14:16:10 +08:00
..
boot feat(boot): 内核启动命令行参数解析 (#969) 2024-10-13 23:39:55 +08:00
configuration riscv: 把内核编译target改为riscv64gc & 获取time csr的频率 & 修正浮点保存与恢复的汇编的问题 (#699) 2024-04-06 22:13:26 +08:00
container doc: 添加dadk文档的链接,并且修正namespace文档的一些问题 (#1053) 2024-11-18 20:57:23 +08:00
core_api fix: remove useless c code (#1116) 2025-03-27 14:16:10 +08:00
cpu_arch doc: usb legacy support 2022-07-19 18:32:32 +08:00
debug chore: update docker image version in script && update doc (#1076) 2024-12-16 01:48:46 +08:00
filesystem ospp project (feature) add namespace overlayfs cgroup (#949) 2024-10-31 00:50:34 +08:00
ipc 新增signal文档 (#126) 2022-12-24 23:30:26 +08:00
ktest 删除一些过时的C代码 (#565) 2024-03-08 23:22:48 +08:00
libs feat(ida): IDA内部改为使用XArray实现 (#934) 2024-09-25 11:20:52 +08:00
locking feat(log): 将内核日志统一为新的logger (#814) 2024-05-16 17:25:23 +08:00
memory_management 新的内存管理模块 (#303) 2023-07-22 16:27:02 +08:00
process_management chore: update docker image version in script && update doc (#1076) 2024-12-16 01:48:46 +08:00
sched chore: update docker image version in script && update doc (#1076) 2024-12-16 01:48:46 +08:00
trace feat(ebpf):[WIP] add eBPF support (#948) 2024-10-25 15:59:57 +08:00