Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / SLOF / slof / fs / envvar_defaults.fs
1 \ *****************************************************************************
2 \ * Copyright (c) 2004, 2008 IBM Corporation
3 \ * All rights reserved.
4 \ * This program and the accompanying materials
5 \ * are made available under the terms of the BSD License
6 \ * which accompanies this distribution, and is available at
7 \ * http://www.opensource.org/licenses/bsd-license.php
8 \ *
9 \ * Contributors:
10 \ *     IBM Corporation - initial implementation
11 \ ****************************************************************************/
12
13 \ the defaults
14 \ some of those are platform dependent, and should e.g. be
15 \ created from VPD values
16 true default-flag auto-boot?
17 s" " default-string boot-device
18 s" " default-string boot-file
19 s" boot" default-string boot-command
20 s" " default-string diag-device
21 s" " default-string diag-file
22 false default-flag diag-switch?
23 true default-flag fcode-debug?
24 s" " default-string input-device
25 s" " default-string nvramrc
26 s" " default-string oem-banner
27 false default-flag oem-banner?
28 0 0 default-bytes oem-logo
29 false default-flag oem-logo?
30 s" " default-string output-device
31 200 default-int screen-#columns
32 200 default-int screen-#rows
33 0 default-int security-#badlogins
34 0 default-secmode security-mode
35 s" " default-string security-password
36 0 default-int selftest-#megs
37 false default-flag use-nvramrc?
38 false default-flag direct-serial?
39 true default-flag real-mode?
40 default-load-base default-int load-base
41 #ifdef BIOSEMU
42 true default-flag use-biosemu?
43 0 default-int biosemu-debug
44 #endif