Add thread structure

This commit is contained in:
Quentin Legot
2023-02-28 14:43:40 +01:00
committed by François Autin
parent 958407ab77
commit 336ccd1425
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 {
}