From 77cea714dcaf69ced9b428b386d2f7ca83c9d4b7 Mon Sep 17 00:00:00 2001 From: Douglas Thain Date: Fri, 15 Dec 2023 15:24:51 -0500 Subject: [PATCH] Switch fixed mount to automount. --- kernel/kshell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kshell.c b/kernel/kshell.c index dce1cdb0..371bd1f9 100644 --- a/kernel/kshell.c +++ b/kernel/kshell.c @@ -387,7 +387,7 @@ int kshell_launch() const char *argv[100]; int argc; - kshell_mount("atapi",2,"cdromfs"); + kshell_automount(); while(1) { printf("kshell> ");