User mode

This commit is contained in:
2026-02-15 15:34:42 +04:00
parent 10c456438b
commit c94866f688
8 changed files with 112 additions and 20 deletions

View File

@@ -7,6 +7,7 @@ extern char __bss[], __bss_end[];
extern char __stack_top[];
extern char __free_ram[], __free_ram_end[];
extern char __kernel_base[];
extern char _binary_shell_bin_start[], _binary_shell_bin_size[];
// ===== SBI data ======
struct sbiret {