amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 85 forks source link

Hyper-V support? #37

Closed MihaMarkic closed 7 years ago

MihaMarkic commented 7 years ago

I see there is VMware specific code in there. But will it run under Hyper-V as well? The thing is if you have the latter enabled you can't easily switch to the former and the other way round.

amaneureka commented 7 years ago

I don't think there is any VMware specific code. Could you link me? (if I missed) I don't have any plans for Hyper-V right now.

MihaMarkic commented 7 years ago

Here, video driver for VMWare.

amaneureka commented 7 years ago

Yes, that is a part of old kernel which is used for driver testing. I completed a more generic driver in Kernel_H So not using it anymore.

MihaMarkic commented 7 years ago

Ah, ok. So, you are saying that AtomOS won't run under Hyper-V or you just don't have any specific code for it?

amaneureka commented 7 years ago

It will surely run on Hyper-V. But I don't have any plans to specifically work on that "idea" and check supportable features and add specific code for that.

MihaMarkic commented 7 years ago

Sounds OK to me. Thanks.