Fix: custom signal handler not working

This commit is contained in:
2025-05-06 12:49:44 +08:00
parent d31f5e02fe
commit 7c054743ce
7 changed files with 48 additions and 32 deletions

View File

@@ -42,8 +42,11 @@ void _init(void *dtb)
void main(void *dtb)
{
INFOR("kernel running");
_init(dtb);
INFOR("Run user process syscall.img");
run_thread(run_process_by_name, (uint64_t)&"syscall.img");
schedule();