core: remove "Hello, World!" debugging message
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 10 May 2010 19:45:24 +0000 (12:45 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 10 May 2010 19:45:24 +0000 (12:45 -0700)
Remove "Hello, World!" debugging message -- no longer relevant.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/console.c [moved from core/hello.c with 70% similarity]
core/extern.inc
core/ui.inc

similarity index 70%
rename from core/hello.c
rename to core/console.c
index a159111..282c57f 100644 (file)
@@ -3,7 +3,6 @@
 #include <stdio.h>
 #include <string.h>
 
-
 void myputchar(int c)
 {
     static com32sys_t ireg;
@@ -21,10 +20,3 @@ void myputs(const char *str)
     while (*str)
        myputchar(*str++);
 }
-
-void hello(void)
-{
-    static char hello_str[] = "Hello, World!";
-
-    printf("%s from (%s)\n", hello_str, __FILE__);  /* testing */
-}
index 301ac0b..6110db0 100644 (file)
@@ -9,9 +9,6 @@
        ; rllpack.c
        extern rllpack, rllunpack
 
-       ; hello.c
-       extern hello
-
        ; fs.c
        extern fs_init, pm_searchdir, getfssec, pm_mangle_name, load_config
         extern pm_open_file, pm_close_file
index 00d2cfd..2d44447 100644 (file)
@@ -45,9 +45,6 @@ no_config_file:
 
 .no_bootonce:
 
-               ; *** TEST HACK ***
-               pm_call hello
-
 ;
 ; Check whether or not we are supposed to display the boot prompt.
 ;