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.


ef4330984a3f66229ed0c29879bdb8079fafb880
[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
20
21