mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Add support for -prom-env command line options
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6129 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
992e5acd4d
commit
95efd11c12
4 changed files with 46 additions and 23 deletions
|
@ -2343,6 +2343,18 @@ The following options are specific to the PowerPC emulation:
|
|||
|
||||
Set the initial VGA graphic mode. The default is 800x600x15.
|
||||
|
||||
@item -prom-env string
|
||||
|
||||
Set OpenBIOS variables in NVRAM, for example:
|
||||
|
||||
@example
|
||||
qemu-system-ppc -prom-env 'auto-boot?=false' \
|
||||
-prom-env 'boot-device=hd:2,\yaboot' \
|
||||
-prom-env 'boot-args=conf=hd:2,\yaboot.conf'
|
||||
@end example
|
||||
|
||||
These variables are not used by Open Hack'Ware.
|
||||
|
||||
@end table
|
||||
|
||||
@c man end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue