Skip to content

Commit

Permalink
Merge pull request #38 from ToolmanP/Lab3-minor-fix
Browse files Browse the repository at this point in the history
lab3: minor fix
  • Loading branch information
ToolmanP authored Oct 3, 2024
2 parents 7cc03cd + 2788a92 commit b9a8117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "Lab3/user/chcore-libc/musl-libc"]
path = Lab3/user/chcore-libc/musl-libc
url = git://git.musl-libc.org/musl
[submodule "Lab5/user/chcore-libc/musl-libc"]
path = Lab5/user/chcore-libc/musl-libc
url = git://git.musl-libc.org/musl
Expand Down
2 changes: 1 addition & 1 deletion Lab3/user/system-services/system-servers/procmgr/procmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ void boot_default_apps(void)

char *hello_world_argv= "hello_world.bin";
(void)procmgr_launch_process(1,
&userland_argv,
&hello_world_argv,
"hello_world",
true,
INIT_BADGE,
Expand Down

0 comments on commit b9a8117

Please sign in to comment.