mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
doc: update sun4m documentation
A few minor tidy-ups, plus add reference to the new -vga tcx and cg3 options. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
b533f658a9
commit
3363278808
2 changed files with 14 additions and 5 deletions
|
@ -1996,7 +1996,7 @@ QEMU emulates the following sun4m peripherals:
|
|||
@item
|
||||
IOMMU
|
||||
@item
|
||||
TCX Frame buffer
|
||||
TCX or cgthree Frame buffer
|
||||
@item
|
||||
Lance (Am7990) Ethernet
|
||||
@item
|
||||
|
@ -2023,7 +2023,7 @@ firmware implementation. The goal is to implement a 100% IEEE
|
|||
|
||||
A sample Linux 2.6 series kernel and ram disk image are available on
|
||||
the QEMU web site. There are still issues with NetBSD and OpenBSD, but
|
||||
some kernel versions work. Please note that currently Solaris kernels
|
||||
some kernel versions work. Please note that currently older Solaris kernels
|
||||
don't work probably due to interface issues between OpenBIOS and
|
||||
Solaris.
|
||||
|
||||
|
@ -2035,8 +2035,9 @@ The following options are specific to the Sparc32 emulation:
|
|||
|
||||
@item -g @var{W}x@var{H}x[x@var{DEPTH}]
|
||||
|
||||
Set the initial TCX graphic mode. The default is 1024x768x8, currently
|
||||
the only other possible mode is 1024x768x24.
|
||||
Set the initial graphics mode. For TCX, the default is 1024x768x8 with the
|
||||
option of 1024x768x24. For cgthree, the default is 1024x768x8 with the option
|
||||
of 1152x900x8 for people who wish to use OBP.
|
||||
|
||||
@item -prom-env @var{string}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue