can run entrypoint on user elf

syscalls via call_abi are still not working
This commit is contained in:
2025-08-03 18:55:26 -06:00
parent aa00e9728d
commit 6dcdd88a0f
10 changed files with 193 additions and 83 deletions

View File

@@ -3,9 +3,8 @@
use core::ffi::c_void;
use shared::keyboard::{KeyCode, KeyEvent, KeyState, Modifiers};
unsafe extern "C" {
fn call_abi(call: *const Syscall);
}
#[unsafe(no_mangle)]
pub unsafe fn call_abi(_call: *const Syscall) {}
#[repr(C)]
pub enum Syscall {