- Remove all #[cfg(feature = "alloc")] conditional compilation attributes - Unify memory allocation patterns to use alloc crate types consistently - Ensure all memory allocation goes through kernel services - Update ServiceInfo struct to use String instead of conditional types - Remove duplicate register_handlers implementations - Update error handling to use String-based errors consistently |
||
|---|---|---|
| .. | ||
| benches | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| PROJECT_SUMMARY.md | ||
| RESTRUCTURE_PLAN.md | ||
| build.rs | ||
| linker-aarch64.ld | ||
| linker-riscv64.ld | ||
| linker-x86_64.ld | ||