/[qemu]/qemu/qemu-doc.texi
ViewVC logotype

Diff of /qemu/qemu-doc.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by bellard, Tue Oct 28 01:38:57 2003 UTC revision 1.22 by bellard, Thu Nov 13 01:47:16 2003 UTC
# Line 281  VGA (hardware level, including all non s Line 281  VGA (hardware level, including all non s
281  @item  @item
282  PS/2 mouse and keyboard  PS/2 mouse and keyboard
283  @item  @item
284  IDE disk interface (port=0x1f0, irq=14)  2 IDE interfaces with hard disk and CD-ROM support
285  @item  @item
286  NE2000 network adapter (port=0x300, irq=9)  NE2000 network adapter (port=0x300, irq=9)
287  @item  @item
288  Serial port (port=0x3f8, irq=4)  Serial port
289    @item
290    Soundblaster 16 card
291  @item  @item
292  PIC (interrupt controler)  PIC (interrupt controler)
293  @item  @item
# Line 333  seen from the emulated kernel at IP addr Line 335  seen from the emulated kernel at IP addr
335    
336  @example  @example
337  > ./qemu.sh  > ./qemu.sh
338  connected to host network interface: tun0  Connected to host network interface: tun0
339  Uncompressing Linux... Ok, booting the kernel.  Linux version 2.4.21 (bellard@voyager.localdomain) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #5 Tue Nov 11 18:18:53 CET 2003
 Linux version 2.4.20 (fabrice@localhost.localdomain) (gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)) #22 lun jui 7 13:37:41 CEST 2003  
340  BIOS-provided physical RAM map:  BIOS-provided physical RAM map:
341   BIOS-e801: 0000000000000000 - 000000000009f000 (usable)   BIOS-e801: 0000000000000000 - 000000000009f000 (usable)
342   BIOS-e801: 0000000000100000 - 0000000002000000 (usable)   BIOS-e801: 0000000000100000 - 0000000002000000 (usable)
# Line 344  On node 0 totalpages: 8192 Line 345  On node 0 totalpages: 8192
345  zone(0): 4096 pages.  zone(0): 4096 pages.
346  zone(1): 4096 pages.  zone(1): 4096 pages.
347  zone(2): 0 pages.  zone(2): 0 pages.
348  Kernel command line: root=/dev/hda ide1=noprobe ide2=noprobe ide3=noprobe ide4=noprobe ide5=noprobe  Kernel command line: root=/dev/hda sb=0x220,5,1,5 ide2=noprobe ide3=noprobe ide4=noprobe ide5=noprobe console=ttyS0
 ide_setup: ide1=noprobe  
349  ide_setup: ide2=noprobe  ide_setup: ide2=noprobe
350  ide_setup: ide3=noprobe  ide_setup: ide3=noprobe
351  ide_setup: ide4=noprobe  ide_setup: ide4=noprobe
352  ide_setup: ide5=noprobe  ide_setup: ide5=noprobe
353  Initializing CPU#0  Initializing CPU#0
354  Detected 501.285 MHz processor.  Detected 2399.621 MHz processor.
355  Calibrating delay loop... 989.59 BogoMIPS  Console: colour EGA 80x25
356  Memory: 29268k/32768k available (907k kernel code, 3112k reserved, 212k data, 52k init, 0k highmem)  Calibrating delay loop... 4744.80 BogoMIPS
357    Memory: 28872k/32768k available (1210k kernel code, 3508k reserved, 266k data, 64k init, 0k highmem)
358  Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)  Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)
359  Inode cache hash table entries: 2048 (order: 2, 16384 bytes)  Inode cache hash table entries: 2048 (order: 2, 16384 bytes)
360  Mount-cache hash table entries: 512 (order: 0, 4096 bytes)  Mount cache hash table entries: 512 (order: 0, 4096 bytes)
361  Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)  Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
362  Page-cache hash table entries: 8192 (order: 3, 32768 bytes)  Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
363  CPU: Intel Pentium Pro stepping 03  CPU: Intel Pentium Pro stepping 03
# Line 368  Initializing RT netlink socket Line 369  Initializing RT netlink socket
369  apm: BIOS not found.  apm: BIOS not found.
370  Starting kswapd  Starting kswapd
371  Journalled Block Device driver loaded  Journalled Block Device driver loaded
372    Detected PS/2 Mouse Port.
373  pty: 256 Unix98 ptys configured  pty: 256 Unix98 ptys configured
374  Serial driver version 5.05c (2001-07-08) with no serial options enabled  Serial driver version 5.05c (2001-07-08) with no serial options enabled
375  ttyS00 at 0x03f8 (irq = 4) is a 16450  ttyS00 at 0x03f8 (irq = 4) is a 16450
 Uniform Multi-Platform E-IDE driver Revision: 6.31  
 ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx  
 hda: QEMU HARDDISK, ATA DISK drive  
 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14  
 hda: 12288 sectors (6 MB) w/256KiB Cache, CHS=12/16/63  
 Partition check:  
  hda: unknown partition table  
376  ne.c:v1.10 9/23/94 Donald Becker (becker@scyld.com)  ne.c:v1.10 9/23/94 Donald Becker (becker@scyld.com)
377  Last modified Nov 1, 2000 by Paul Gortmaker  Last modified Nov 1, 2000 by Paul Gortmaker
378  NE*000 ethercard probe at 0x300: 52 54 00 12 34 56  NE*000 ethercard probe at 0x300: 52 54 00 12 34 56
379  eth0: NE2000 found at 0x300, using IRQ 9.  eth0: NE2000 found at 0x300, using IRQ 9.
380  RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize  RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
381    Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
382    ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
383    hda: QEMU HARDDISK, ATA DISK drive
384    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
385    hda: attached ide-disk driver.
386    hda: 20480 sectors (10 MB) w/256KiB Cache, CHS=20/16/63
387    Partition check:
388     hda:
389    Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
390  NET4: Linux TCP/IP 1.0 for NET4.0  NET4: Linux TCP/IP 1.0 for NET4.0
391  IP Protocols: ICMP, UDP, TCP, IGMP  IP Protocols: ICMP, UDP, TCP, IGMP
392  IP: routing cache hash table of 512 buckets, 4Kbytes  IP: routing cache hash table of 512 buckets, 4Kbytes
# Line 390  TCP: Hash tables configured (established Line 394  TCP: Hash tables configured (established
394  NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.  NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
395  EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended  EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
396  VFS: Mounted root (ext2 filesystem).  VFS: Mounted root (ext2 filesystem).
397  Freeing unused kernel memory: 52k freed  Freeing unused kernel memory: 64k freed
398  sh: can't access tty; job control turned off  
399  #  Linux version 2.4.21 (bellard@voyager.localdomain) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #5 Tue Nov 11 18:18:53 CET 2003
400    
401    QEMU Linux test distribution (based on Redhat 9)
402    
403    Type 'exit' to halt the system
404    
405    sh-2.05b#
406  @end example  @end example
407    
408  @item  @item
# Line 464  General options: Line 474  General options:
474  @table @option  @table @option
475  @item -hda file  @item -hda file
476  @item -hdb file  @item -hdb file
477  Use @var{file} as hard disk 0 or 1 image (@xref{disk_images}).  @item -hdc file
478    @item -hdd file
479    Use @var{file} as hard disk 0, 1, 2 or 3 image (@xref{disk_images}).
480    
481    @item -cdrom file
482    Use @var{file} as CD-ROM image (you cannot use @option{-hdc} and and
483    @option{-cdrom} at the same time).
484    
485  @item -snapshot  @item -boot [c|d]
486    Boot on hard disk (c) or CD-ROM (d). Hard disk boot is the default.
487    
488    @item -snapshot
489  Write to temporary files instead of disk image files. In this case,  Write to temporary files instead of disk image files. In this case,
490  the raw disk image you use is not written back. You can however force  the raw disk image you use is not written back. You can however force
491  the write back by pressing @key{C-a s} (@xref{disk_images}).  the write back by pressing @key{C-a s} (@xref{disk_images}).

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26