[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] XaAES sources for FreeMiNT 1.16.3



Jo Even Skarstein wrote :
How would you call VDI-functions directly from the kernel it if it's not a kernel module?

The VDI, as any other system library, could be seen as some kind of shared library.

Each library interface could be materialized by a list of pointer to functions. First a client program would have to get a pointer to that interface, then to call the required function though its offset.

That libraries could be designed to be run from user programs or from the kernel.

By the way, does the kernel have to call the VDI ?

--
Vincent Rivière