Load dynamic programs using FAT32

This commit is contained in:
2026-02-20 22:10:09 +01:00
parent 00d9ce656c
commit 235f17e7cf
26 changed files with 112 additions and 68 deletions

11
src/boot/sbi.rs Normal file
View File

@@ -0,0 +1,11 @@
#[non_exhaustive]
#[repr(usize)]
pub enum EextensionID {
Time = 0x54494D45,
}
#[non_exhaustive]
#[repr(usize)]
pub enum TimerFunctionID {
SetTimer = 0x0,
}