Chameleon

Chameleon Svn Source Tree

Root/branches/ErmaC/Trunk/i386/boot2/prompt.c

1/*
2 * Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved.
3 *
4 *
5 * Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights
6 * Reserved. This file contains Original Code and/or Modifications of
7 * Original Code as defined in and that are subject to the Apple Public
8 * Source License Version 2.0 (the "License"). You may not use this file
9 * except in compliance with the License. Please obtain a copy of the
10 * License at http://www.apple.com/publicsource and read it before using
11 * this file.
12 *
13 * The Original Code and all software distributed under the License are
14 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE OR NON- INFRINGEMENT. Please see the
18 * License for the specific language governing rights and limitations
19 * under the License.
20 *
21 * Copyright 1993 NeXT, Inc.
22 * All rights reserved.
23 */
24
25#include <vers.h>
26
27char bootBanner[] = "\nDarwin/x86 boot v" I386BOOT_VERSION " - Enoch r" I386BOOT_CHAMELEONREVISION "\n"
28 "Build date: " I386BOOT_BUILDDATE "\n"
29 "%dMB memory\n";
30
31char bootPrompt[] =
32 "Press Enter to start up Darwin/x86 with no options, or you can:\n"
33 " Type -v and press Enter to start up with diagnostic messages\n"
34 " Type ? and press Enter to learn about advanced startup options\n\n"
35 "boot: ";
36
37char bootRescanPrompt[] =
38 "Press Enter to start up Darwin/x86 with no options, or you can:\n"
39 " Press F5 after you swapped the media. The drive will be rescanned.\n"
40 " Type -v and press Enter to start up with diagnostic messages\n"
41 " Type ? and press Enter to learn about advanced startup options\n\n"
42 "boot: ";
43

Archive Download this file

Revision: 2045