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.


Release 1.0
[palacios.git] / geekos / src / geekos / TODO
diff --git a/geekos/src/geekos/TODO b/geekos/src/geekos/TODO
new file mode 100644 (file)
index 0000000..eb57c3c
--- /dev/null
@@ -0,0 +1,15 @@
+Get Relocation working
+       code audit to ensure no compile time addresses are generated (globals)
+       figure out how to get the .asm files to work
+               thoughts: add a GOT table somewhere, 
+                         setup a special 'ASM' gdt entry for code/data
+
+64 bit porting work...
+       change register ops to work with 64 bit values
+               e.g. Get/Set_MSR
+       get a 64/32 bit register abstraction that is GOOD
+               see reg_ex_t in vmm_util.h
+
+Support allocating multiple contiguous pages in geekos
+       either rewrite allocator or just step through until you find one
+