From 70b27e06ffbbcf8f11d86e97605b5a53095ee7c6 Mon Sep 17 00:00:00 2001 From: NAKAMURA Gou Date: Mon, 14 Mar 2016 21:52:46 +0900 Subject: [PATCH] eclair: change default kernel to ./mckernel.img --- executer/user/eclair.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/executer/user/eclair.c b/executer/user/eclair.c index 7399325b..9427a5b8 100644 --- a/executer/user/eclair.c +++ b/executer/user/eclair.c @@ -753,7 +753,7 @@ static void command(char *cmd, char *res) { static void options(int argc, char *argv[]) { memset(&opt, 0, sizeof(opt)); - opt.kernel_path = "./kernel.img"; + opt.kernel_path = "./mckernel.img"; opt.dump_path = "./mcdump"; for (;;) { @@ -870,7 +870,7 @@ int main(int argc, char *argv[]) { char *lbp; char *p; - printf("eclair 0.20151110\n"); + printf("eclair 0.20160314\n"); options(argc, argv); if (opt.help) { print_usage();