Re: Invoking int 0x10 from a service
Christian Helmuth <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Organization | TU Dresden, Dept. of CS |
| Message-ID | <[email protected]> |
Hi, On Tue, Jan 15, 2008 at 03:11:33PM +0900, Alexandre Courbot wrote: > Right, I guess this is the best solution for me. I'm having a close > look at it, and it looks pretty good, so I guess I will go to that > direction. Actually, I suppose the int10 library already does all that > I need. Is it right? You're right, but it uses a bunch of well-documented L4Env functions. Just code your own backend into x86emu/lib/int10/int10.c (x86emu_int10_init, x86emu_int10_done) and link libx86emu.a as well as libx86emu_int10.a. Happy hacking -- Christian Helmuth TU Dresden, Dept. of CS Operating Systems Group http://os.inf.tu-dresden.de/~ch12