eclair: change default kernel to ./mckernel.img

This commit is contained in:
NAKAMURA Gou
2016-03-14 21:52:46 +09:00
parent 4c38ddb623
commit 70b27e06ff

View File

@@ -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();