Rev 3170 | Rev 3400 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3170 | Rev 3171 | ||
---|---|---|---|
Line 129... | Line 129... | ||
129 | } |
129 | } |
130 | 130 | ||
131 | // printf("Create PCB\n"); |
131 | // printf("Create PCB\n"); |
132 | elf_create_pcb(&prog_info, &pcb); |
132 | elf_create_pcb(&prog_info, &pcb); |
133 | 133 | ||
- | 134 | pcb.argc = 0; |
|
- | 135 | pcb.argv = NULL; |
|
- | 136 | ||
134 | if (prog_info.interp == NULL) { |
137 | if (prog_info.interp == NULL) { |
135 | /* Statically linked program */ |
138 | /* Statically linked program */ |
136 | // printf("Run statically linked program\n"); |
139 | // printf("Run statically linked program\n"); |
137 | // printf("entry point: 0x%llx\n", prog_info.entry); |
140 | // printf("entry point: 0x%llx\n", prog_info.entry); |
138 | ipc_answer_0(rid, EOK); |
141 | ipc_answer_0(rid, EOK); |