Is this for the Brown Simulator? It was an inspiration for my a386
project[*], which
is like brownsim, but closer to an i386 and with user-mode binary
compatability with
the native OS (i.e. it can catch ordinary user-mode system calls).
User-level paging is possible with the information provided in the sigcontext
passed
on the signal stack frame. It's not standardized as siginfo, but it's usable.
[*] http://www.nocrew.org/software/a386/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/