Skip to content

Commit

Permalink
启动时运行shellpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxianyu committed Aug 15, 2022
1 parent 84cf606 commit 861e8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/proc/loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ int make_shell_proc()
// parent
p->parent = NULL;

int id = get_app_id_by_name( "test_runner" );
int id = get_app_id_by_name( "shellpp" );
if (id < 0)
panic("no user shell");
loader(id, p); // will fill ustack_bottom, next_shmem_addr and total_size
Expand Down

0 comments on commit 861e8c0

Please sign in to comment.