eclair: change default kernel to ./mckernel.img
This commit is contained in:
@@ -753,7 +753,7 @@ static void command(char *cmd, char *res) {
|
|||||||
|
|
||||||
static void options(int argc, char *argv[]) {
|
static void options(int argc, char *argv[]) {
|
||||||
memset(&opt, 0, sizeof(opt));
|
memset(&opt, 0, sizeof(opt));
|
||||||
opt.kernel_path = "./kernel.img";
|
opt.kernel_path = "./mckernel.img";
|
||||||
opt.dump_path = "./mcdump";
|
opt.dump_path = "./mcdump";
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
@@ -870,7 +870,7 @@ int main(int argc, char *argv[]) {
|
|||||||
char *lbp;
|
char *lbp;
|
||||||
char *p;
|
char *p;
|
||||||
|
|
||||||
printf("eclair 0.20151110\n");
|
printf("eclair 0.20160314\n");
|
||||||
options(argc, argv);
|
options(argc, argv);
|
||||||
if (opt.help) {
|
if (opt.help) {
|
||||||
print_usage();
|
print_usage();
|
||||||
|
|||||||
Reference in New Issue
Block a user