Hi List, I just started to read the code. It seems that for a particular OS, the corresponding host driver consists of two parts: a support driver and a common binary image. First the support driver is loaded to the kernel, then the common binary image is loaded from user land to the kernel and becomes part of the host driver.
My question is that how to manipulate variables and call functions located in one side while we are in the other side. For instance, I want to read&write some files in VMCPU from the linux support driver. Are there any example code snippets in the code repository? Are there any discussions about the design of this common binary image + support driver arch? Thanks, Jiaqing _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
