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

View File

@@ -8,7 +8,7 @@ fn panic(_panic_info: &core::panic::PanicInfo) -> ! {
#[unsafe(no_mangle)]
pub extern "C" fn entry() {
let test = "Hello from user mode";
let test = "Hello from PIC program loaded dynamically";
unsafe {
core::arch::asm!(
"ecall",