Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ Linux kernel. The project spans from foundational knowledge through advanced ana

### Technical Deep Dives

- [ ] Memory allocator integration patterns
- [ ] Lock-free data structure implementations
- [ ] DMA and hardware interaction safety
- [ ] Interrupt handler patterns in Rust
- [ ] Error propagation mechanisms
- [x] Memory allocator integration patterns
- [x] Lock-free data structure implementations
- [x] DMA and hardware interaction safety
- [x] Interrupt handler patterns in Rust
- [x] Error propagation mechanisms

### Community & Process

Expand Down
Loading
Loading