diff options
Diffstat (limited to 'pipe_image.c')
-rw-r--r-- | pipe_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pipe_image.c b/pipe_image.c index 1266e90..7e27fb9 100644 --- a/pipe_image.c +++ b/pipe_image.c @@ -13,7 +13,7 @@ /* It is intended to be used with our bootloader. */ int main(int argc, const char **argv) { - const char *image_file_name = "kernel7.img"; + const char *image_file_name = "kernel.img"; _Bool stdout_instead_of_uart = 0; if (argc > 1) |