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.


e985ba0ba42c68a9557096a7f25303efe11fc652
[palacios.git] / palacios / include / geekos / svm.h
1 #ifndef __SVM_H
2 #define __SVM_H
3
4 #include <geekos/screen.h>
5 #include <geekos/serial.h>
6
7
8 #define CPUID_ECX_FEATURE_IDS 0x80000001
9 #define CPUID_SVM_AVAIL 0x00000004
10
11
12
13 void Init_SVM();
14
15
16
17
18
19 #endif