X-Git-Url: https://git.saurik.com/apple/boot.git/blobdiff_plain/14c7c974991c850bfa0348affbd4bee3223205ee..47b0a8bde7689760b67e872ba41bf4187ed315e5:/i386/boot2/prompt.c diff --git a/i386/boot2/prompt.c b/i386/boot2/prompt.c index 083f9c8..4c3eb03 100644 --- a/i386/boot2/prompt.c +++ b/i386/boot2/prompt.c @@ -28,5 +28,12 @@ #include "vers.h" -char bootPrompt[] = "\n\nDarwin Intel boot v" I386BOOT_VERSION "\n" - "%dK conventional / %dK total memory\n\n"; +char bootPrompt[] = "\n\nDarwin/x86 boot v" I386BOOT_VERSION "\n" + "%dK conventional / %dK extended memory\n\n" + "Darwin/x86 will start up in %d seconds, or you can:\n" + " Type -v and press Return to start up Darwin/x86 with " + "diagnostic messages\n" + " Type ? and press Return to learn about advanced startup " + "options\n" + " Type any other character to stop Darwin/x86 from " + "starting up automatically\n";