--- misc.c.orig Wed Jul 31 10:05:40 2002 +++ misc.c Fri Aug 2 19:17:37 2002 @@ -375,9 +375,9 @@ else setup_output_buffer_if_we_run_high(mv); makecrc(); - puts("Uncompressing Linux... "); + /* puts("Uncompressing Linux... "); */ gunzip(); - puts("Ok, booting the kernel.\n"); + /* puts("Ok, booting the kernel.\n"); */ if (high_loaded) close_output_buffer_if_we_run_high(mv); return high_loaded; }