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.


disassemble the code around the RIP. It starts disassembly 64 bytes before and contin...
[palacios.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 2a7a385..6485d75 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -95,12 +95,20 @@ config CONSOLE
        help 
          Select this if you want to forward a guest console interface to some host OS service
 
-
 config SOCKET
-       bool "Host support for Network Sockets"
-       default y
+        bool "Host support for Network Sockets"
+        default y
+        help
+          Select this if you host OS implements a socket API that is available to Palacios. This is required
+          to support the internal networking features of Palacios.
+
+
+config PACKET
+       bool "Host support for Raw Packet Transmision"
+       depends on EXPERIMENTAL
+       default n
        help 
-         Select this if you host OS implements a socket API that is available to Palacios. This is required 
+         Select this if you host OS implements a raw packet network API that is available to Palacios. This is required 
          to support the internal networking features of Palacios.
 
 endmenu