mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
better BIOS ATA translation support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1153 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e35c55fe38
commit
46d4767d93
7 changed files with 79 additions and 24 deletions
|
@ -343,6 +343,12 @@ Change gdb connection port.
|
|||
Do not start CPU at startup (you must type 'c' in the monitor).
|
||||
@item -d
|
||||
Output log in /tmp/qemu.log
|
||||
@item -hdachs c,h,s,[,t]
|
||||
Force hard disk 0 physical geometry (1 <= @var{c} <= 16383, 1 <=
|
||||
@var{h} <= 16, 1 <= @var{s} <= 63) and optionally force the BIOS
|
||||
translation mode (@var{t}=none, lba or auto). Usually QEMU can guess
|
||||
all thoses parameters. This option is useful for old MS-DOS disk
|
||||
images.
|
||||
@item -isa
|
||||
Simulate an ISA-only system (default is PCI system).
|
||||
@item -std-vga
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue