Crude argument passing, added hex dump as demo program

This commit is contained in:
Mark
2019-12-30 17:26:33 +02:00
parent 582507c17f
commit 8380cd3155
9 changed files with 169 additions and 11 deletions
+3
View File
@@ -21,6 +21,9 @@ struct thread {
__plat_thread data;
struct image_info image;
// Arguments are stored here
uintptr_t argp_page;
uintptr_t argp_page_phys;
uint64_t flags;
uint32_t pid;