]> git.saurik.com Git - apple/boot.git/blobdiff - i386/boot2/prompt.c
boot-83.2.tar.gz
[apple/boot.git] / i386 / boot2 / prompt.c
index 083f9c855d4f305021e6590595db61fe4c8a6977..4c3eb03c3baba7bc34349c38d7a897571bc0b649 100644 (file)
 
 #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";