actors: task switching using tss
commit4a7b506d3d966dcdc962d2236e5a7b33db9c8aa1
authorPawel Dziepak <pdziepak@quarnos.org>
Sun, 28 Dec 2008 14:18:39 +0000 (28 15:18 +0100)
committerPawel Dziepak <pdziepak@quarnos.org>
Sun, 28 Dec 2008 14:18:39 +0000 (28 15:18 +0100)
treeab8cf442e680208804bc976b7e283f40cf77710f
parent5c15996b9ca1fd924a38a367107d412b4b8b4da9
actors: task switching using tss
17 files changed:
actors/actor.cpp
actors/actor.h
actors/director.cpp
actors/director.h
actors/roundrobin.cpp
actors/roundrobin.h
arch/x86/Makefile
arch/x86/memory.cpp [new file with mode: 0644]
arch/x86/memory.h [new file with mode: 0644]
arch/x86/taskswitch.cpp
arch/x86/taskswitch.h
hydra/Makefile
libs/fifo.cpp
libs/vector.cpp
manes/component.cpp
manes/start.cpp
modules/elf.cpp