--- kernel/bsd/dev/ppc/kmDevice.m 2018/04/24 18:26:03 1.1 +++ kernel/bsd/dev/ppc/kmDevice.m 2018/04/24 18:29:42 1.1.1.2 @@ -71,7 +71,7 @@ static int bootGraphicsMode = NO; static short prettyShutdown = 0; // Title strings for the various windows -const char *mach_title = "Mac OS X Server Operating System"; // Used by km.m also +const char *mach_title = "Darwin Operating System"; // Used by km.m also static const char *alert_title = "Alert"; @@ -198,7 +198,7 @@ initialize_screen(void * args) if( fbMode == SCM_TEXT) kmdumplog(); else { - kmDrawString( newConsole, "Starting Mac OS X Server"); + kmDrawString( newConsole, "Starting Darwin OS"); [self animationCtl: KM_ANIM_RESUME]; } }