Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


lots of changes...
[palacios.git] / palacios / build / NOTES-QEMU.TXT
index ef43309..e1f262c 100644 (file)
 memory, registers, disassemble, etc.  It's not a complete debugger,
 thoough
 
--s waits for a gdb connection.  This seems to only work for kgdb and linux kernels
+-S waits for a gdb connection.  This seems to only work for kgdb and linux kernels
 
 
 -serial stdio redirects COM1 to stdio
+-serial file:<file_name> writes COM1 to the given file
 
 
 
+MAKING an ISO image from a floppy image
+mkisofs -pad -b <floppy_image> -R -o <iso_output_image> <floppy_image>
+
+
+/usr/local/qemu/bin/qemu-system-x86_64 -serial file:serial.out -m 1024 -fda fd.img  -cdrom guest_no_timer.iso