Changes between Version 47 and Version 48 of OpenMosix26Todo
- Timestamp:
- 10/19/09 06:51:51 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenMosix26Todo
v47 v48 19 19 20 20 = 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 *. 22 22 23 23 = Documentation = … … 56 56 * Preemptive migration (migration of tasks before execution, i.e. migrating of native ppc code to real ppc machine from x86 home node) 57 57 * 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. 58 59 59 60 = VMA Issues =
