尝试启动shell

This commit is contained in:
zhangzheng
2024-04-08 20:04:34 +08:00
parent 1a2c180fa2
commit c61745f096
21 changed files with 335 additions and 80 deletions

View File

@@ -0,0 +1,5 @@
#pragma once
#include <u_types.h>
int elf_load(umword_t elf_data, size_t size, addr_t *entry_addr, obj_handler_t dst_task);