- Feb 8, 2004
- 12,604
- 15
- 81
How does it work from a software perspective?
For example a virtual graphics card, im just gonna have a guess at how it operates, tell me how far off i am :whiste: A virtual graphics card is a software object of some sort and takes calls from the guest OS which it translates into calls that the host OS can understand which the host OS then acts on. Is that remotely close to what happens?
Ive been learning about separating the UI from the core system in Java and how "controller objects" help with this by translating method calls from the UI into method calls to the core system to get what the UI wants and it clicked in my head oh maybe that's how virtualization works
For example a virtual graphics card, im just gonna have a guess at how it operates, tell me how far off i am :whiste: A virtual graphics card is a software object of some sort and takes calls from the guest OS which it translates into calls that the host OS can understand which the host OS then acts on. Is that remotely close to what happens?
Ive been learning about separating the UI from the core system in Java and how "controller objects" help with this by translating method calls from the UI into method calls to the core system to get what the UI wants and it clicked in my head oh maybe that's how virtualization works