1
0
forked from Rativel/BurritOS

Add thread structure

This commit is contained in:
Quentin Legot
2023-02-28 14:43:40 +01:00
parent fd6b22a2f3
commit e422e65767
6 changed files with 116 additions and 1 deletions

4
src/kernel/process.rs Normal file
View File

@@ -0,0 +1,4 @@
pub struct Process {
}