Skip to content

Commit

Permalink
Switch fixed mount to automount.
Browse files Browse the repository at this point in the history
  • Loading branch information
dthain committed Dec 15, 2023
1 parent a66d70e commit 77cea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kshell.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ int kshell_launch()
const char *argv[100];
int argc;

kshell_mount("atapi",2,"cdromfs");
kshell_automount();

while(1) {
printf("kshell> ");
Expand Down

0 comments on commit 77cea71

Please sign in to comment.