From b74ef85cce1ceb5840e9f3bdc43558b75740b83b Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 27 Mar 2022 16:38:14 +0200 Subject: kernel/vfs: partial ATA drive support --- src/init/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init/shell.c') diff --git a/src/init/shell.c b/src/init/shell.c index 0113866..5612f35 100644 --- a/src/init/shell.c +++ b/src/init/shell.c @@ -46,7 +46,7 @@ static int readline(char *buf, size_t max) { static void cmd_cat_ls(const char *args, bool ls) { int fd; - static char buf[256]; + static char buf[512]; int len; // first used for strlen(args), then length of buffer if (!args) args = "/"; -- cgit v1.2.3