Penguin

Differences between current version and previous revision of QemuNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Sunday, October 8, 2006 7:47:04 pm by AlastairPorter
Older page: version 2 Last edited on Sunday, October 8, 2006 7:35:39 pm by AlastairPorter Revert
@@ -31,4 +31,14 @@
 /sbin/ifconfig ${1##/*/} 192.168.1.1 
 </verbatim> 
  
 The above command appears to create an NE2K device at address 0xc100, irq 10. 
+  
+!! Hardware information  
+Qemu has a built in console which you can use to get system information.%%%  
+To access the console, use Ctrl-Alt-2  
+  
+Some commands that may be useful:  
+<verbatim>  
+ show pci  
+ show network  
+</verbatim>