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
1
2
3 /usr/local/qemu/bin/qemu  -m 512 -fda ./vmm.img c.img
4
5 -m 512 = 512 MB RAM
6
7 -M = machine type
8
9 -cpu = CPU type
10
11 -monitor `tty` gives access to a qemu console that lets you dump
12 memory, registers, disassemble, etc.  It's not a complete debugger,
13 thoough
14
15 -S waits for a gdb connection.  This seems to only work for kgdb and linux kernels
16
17
18 -serial stdio redirects COM1 to stdio
19 -serial file:<file_name> writes COM1 to the given file
20
21
22
23 MAKING an ISO image from a floppy image
24 mkisofs -pad -b <floppy_image> -R -o <iso_output_image> <floppy_image>
25
26
27 /usr/local/qemu/bin/qemu-system-x86_64 -serial file:serial.out -m 1024 -fda fd.img  -cdrom guest_no_timer.iso