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
1 Get Relocation working
2         code audit to ensure no compile time addresses are generated (globals)
3         figure out how to get the .asm files to work
4                 thoughts: add a GOT table somewhere, 
5                           setup a special 'ASM' gdt entry for code/data
6
7 64 bit porting work...
8         change register ops to work with 64 bit values
9                 e.g. Get/Set_MSR
10         get a 64/32 bit register abstraction that is GOOD
11                 see reg_ex_t in vmm_util.h
12
13 Support allocating multiple contiguous pages in geekos
14         either rewrite allocator or just step through until you find one
15