Asynchronous Crossing
Author: Yizhou Shan ys@purdue.edu
Some cool asynchronous kernel/user crossing stuff I’m doing.
Still WIP.
If you are interested, check out those locations:
xing/kern_mod
: kernel side moduleis changed. Yes, an extra call is introduced,
is to avoid compiling kernel every time a line
xing/user_lib
: user land libraryarch/x86/kernel/async_crossing.c
: the new syscallarch/x86/mm/fault.c
: the guy who got robbed