aboutsummaryrefslogtreecommitdiff
path: root/pipe_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'pipe_image.c')
-rw-r--r--pipe_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipe_image.c b/pipe_image.c
index 01510a5..987ae99 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)