Jake
Rookie

Need suggestions for dual boot?


I am designing a new system that will have 2 separate SATA hard drives. For this I need to do a Dual Boot in which one will be with Windows Vista and the other with Windows XP. I will be starting it right from the starting I mean right from cleaning up old installs and doing clean installs. The problem is even if I have the set up in my mind I do not know that from where I should start. Can anyone tell me what to or where to start from? I need some help on what to do and can this be done in this case?
6 months ago
Respond to this discussion
Watsonm Claughlin | Nov 11 2011
All that you are required to do is that you need to input the Name of the driver, its id table Pointer to the table of device, ID’s the driver that is interested in. Most drivers would export this table using a software running program known as the MODULE_DEVICE_TABLE.. Set to the NULL to call probe function that is for every PCI device known to be the system. Probe Pointer to a probing function. Remove Pointer to the function which is used to get called when ever a device that is being handled by the driver & is removed. This function usually always gets called from the process context, so that, it can sleep. save_state, Save the device’s state before it is suspend. Put the device into the low power state. Now, resume it on.. Wake device from the low power state and enable_wake… now, Enable device that can generate wake events from a low power state. Please mark the initialization and cleanup functions where appropriate. That will finally happen to generate the functions name or NULL if the devexit function will be discarded.… this was just a short procedure.. you need to surf google and visit linuxQuestions to get the i9nformation in detail. thank you..
© 2012, Instamedia. Some rights reserved. Powered by Instapress and Instacheckin.