1 This is is a VMM that uses VT-x on 32 bit machines.
3 It is based on GeekOS, VmxAssist, BOCHS BIOS/VGABIOS, and code
4 for playing around with VT and VT-X in the GeekOS context
9 Here are some things you need to know:
12 Serial port I/O is used to communicate with the VMM. This means
13 you need a null modem connection between your test machine and your
16 To configure serial on your dev machine:
18 (as root, or other user who has access to the serial port):
20 stty -F /dev/ttyS0 115200 (assume 8 bit, no parity already set)
22 Then use kermit to communicate:
28 To access the ethernet power switch:
31 ifconfig eth0:1 up 192.168.0.4 (this is your address)
33 Now you should be able to connect to http://192.168.0.100
36 To build from scratch:
45 This will copy the final image into /tftpboot so that if you have PXE
46 boot properly configured, the test machine will boot from it over the