Please understand the scenario -
I have installed vmWare in my windows PC, and using vmWare i have installed Linux. So basically I have 2 OS running at the same time.
Now below listed are my Queries,
1) I have inserted pen drive/Flash drive which i am not able to see in linux but in windows i am able to see it. Why?
2) Who manages the CPU?
Windows or Linux?
If windows manages CPU for its own process and Linux manages CPU for its own process, then what if number of process running in linux increases?
3) What about RAM?
Lets say perticular address of RAM is being used by Windows then how Linux will get to know that this address is not free?
4) How hardware is managed?
Lets say linux wants to do some I/O operation, so,, I/O operation is done by linux only or it takes windows in between?
If No then how Synchronization happen for that device?
If Yes then how Linux will talk with Windows?
Thanks in advance.