1
0
forked from Rativel/BurritOS

Implemente finish (not finished yet), fix ucontext for windows

This commit is contained in:
Quentin Legot
2023-03-08 13:21:08 +01:00
committed by François Autin
parent 3457f67a7c
commit dc49951bab
5 changed files with 55 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
struct Interrupt {
pub struct Interrupt {
level: InterruptStatus
}