Changes between Version 47 and Version 48 of OpenMosix26Todo

Show
Ignore:
Timestamp:
10/19/09 06:51:51 (11 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMosix26Todo

    v47 v48  
    1919 
    2020= Kernelspace Issues = 
    21  * Examine patches 44 and 45, from openmosix-git.patch. See how some kernel functions take a task *, and others just assume current? It would be nice if someone would fix the linux kernel to have all the functions we're calling that assume current ha an analogue that accepts a task *. 
     21 * Examine patches 44 and 45, from openmosix-git.patch. See how some kernel functions take a task *, and others just assume current? It would be nice if someone would fix the linux kernel to have all the functions we're calling that assume current have an analogue that accepts a task *. 
    2222 
    2323= Documentation =  
     
    5656 * Preemptive migration (migration of tasks before execution, i.e. migrating of native ppc code to real ppc machine from x86 home node) 
    5757 * Benefiting from virtualisation (instead of spawning guest process as userspace code, it can be spawned in virtual machine) - verify first if this will provide any benefit at all (generally low priority-cosmetics), though it could be nice if also in-kernel passing of processes to emulated virtual machines could be possible. 
     58 * 'No-Execute Migration' -- better to migrate out than to swap out. support migrating a process to a node not designed to run it, as a temporary store. 
    5859 
    5960= VMA Issues =