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.


added serial port hardware emulation
[palacios.git] / palacios / src / devices / Kconfig
index 63fe5ed..b04376f 100644 (file)
@@ -330,5 +330,11 @@ config CURSES_CONSOLE
        help
          Includes the virtual curses console 
 
+config SERIAL_UART
+       bool "Serial Port"
+       default y
+       help 
+         Include virtual serial port
+
 endmenu