Hi Fan, reinstalling to test every small change is quite timeconsuming. I suggest you directly mount your virtual machine's harddrive (tools exists for this, e.g. VDK, or some virtual machines provide their own tools), and directly copy changed files into existing ros installation. Furthermore, if you set an env var ROS_INSTALL to Z: \ReactOS, and you mount VM harddrive to the letter Z:, you can issue "make module_install" (e.g. make ntoskrnl_install) in RosBE, and it will automatically build and copy the file to the installation directory.
Hope this helps, Aleksey.
On Oct 25, 2010, at 2:02 PM, Fan Zhang wrote:
Hi guys,
I want to know how do you debug ReactOS. For example, when I change the code, I used to execute 'Make bootcd'. After that, I will install the ReactOS system by ReactOS.iso. So I'm confused if I have to install the whoe system after compiling. Do you have some easy way? Thanks.
Fan