2b34b10513172de67b69502fe68df5774f6d0cb4none
CLAUDE.mdTool: claude-codeSee [AGENTS.md](AGENTS.md).
.claudeTool: claude-code.agentsTool: unspecifiedAGENTS.mdTool: agents-md# Agents Guidelines for Asterinas
Asterinas is a Linux-compatible, general-purpose OS kernel
written in Rust using the framekernel architecture.
`unsafe` Rust is confined to OSTD (`ostd/`);
the kernel (`kernel/`) is entirely safe Rust.
## Repository Layout
| Directory | Purpose |
|--------------|----------------------------------------------------------|
| `kernel/` | Safe-Rust OS kernel (syscalls, VFS, networking, etc.) |
| `ostd/` | OS framnone