Skip to content

Commit

Permalink
Move backup slide in
Browse files Browse the repository at this point in the history
  • Loading branch information
oniboni committed Mar 16, 2024
1 parent 999e345 commit 04a881e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions slides/SLIDES.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,16 @@ let data = Arc::pin_init(data).unwrap();
---
### Warum kein Out-Of-Tree Modul?
* Rust basiert auf LLVM
* Kernel muss mit *clang* gebaut werden
* Fehlende Funktionalitäten
* PoC bei Rust-For-Linux für v5.19
* Heutige Basis v6.7 => Patch
---
## Heutiges Ziel
* Erstellung eines Miscellaneous Device
Expand Down Expand Up @@ -503,16 +513,6 @@ Device abmelden
---
### Warum kein Modul?
* Rust basiert auf LLVM
* Kernel mit *clang* bauen
* Fehlende Funktionalitäten
* PoC bei Rust-For-Linux für v5.19
* Heutige Basis v6.7 => Patch
---
### Dokumentation bauen und lokal ansehen
```sh
Expand Down

0 comments on commit 04a881e

Please sign in to comment.