DragonOS/kernel/src/init
aLinChe 0ddf676454
fix(sh): 修复了Busybox没有正确读取/etc/passwd导致的$HOME环境变量为/或丢失的问题 (#1704)
Signed-off-by: aLinChe <1129332011@qq.com>
2026-01-26 00:51:12 +08:00
..
kexec refactor(mm): 将VMA\pageManager\VFS的锁机制从自旋锁改为互斥锁 (#1647) 2026-01-14 00:12:20 +08:00
.gitignore feat(build, kernel): 添加内核版本信息生成与显示功能 (#1269) 2025-08-28 13:16:31 +08:00
boot.rs feat(libs): 新增可睡眠读写信号量RwSem (#1589) 2026-01-01 15:39:56 +08:00
cmdline.rs feat(klog): Implement kernel log level management and procfs interface (#1415) 2025-12-01 18:08:57 +08:00
init.rs feat(tty): 引入中断下半部机制并重构TTY输入处理 (#1607) 2026-01-05 22:50:01 +08:00
initcall.rs
initial_kthread.rs fix(sh): 修复了Busybox没有正确读取/etc/passwd导致的$HOME环境变量为/或丢失的问题 (#1704) 2026-01-26 00:51:12 +08:00
initram.rs refactor: 将 SpinLockGuard 替换为 MutexGuard (#1613) 2026-01-06 20:13:02 +08:00
mod.rs fix:Fix related issues with kexec (pr # 1303) code (#1339) 2025-11-10 13:31:10 +08:00