X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/28c176b668c841a3b7fb093faccf0efa39257603..0fd474df7001837bde53da0e42e83081827c9641:/lunaix-os/includes/lunaix/exec.h diff --git a/lunaix-os/includes/lunaix/exec.h b/lunaix-os/includes/lunaix/exec.h index 64e0f2d..50f9489 100644 --- a/lunaix-os/includes/lunaix/exec.h +++ b/lunaix-os/includes/lunaix/exec.h @@ -14,6 +14,7 @@ struct load_context { struct exec_host* container; + ptr_t base; ptr_t end; ptr_t mem_sz; @@ -36,6 +37,7 @@ struct exec_host ptr_t vms_mnt; struct load_context exe; + struct v_inode* inode; struct exec_arrptr argv; struct exec_arrptr envp;