Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-26Fix code analysis warnings and typoSatoshi Tanda
This change fixes warnings seen with code analysis on VS2017 and typo. Also, excludes a .VC.db file.
2017-11-06Properly support building for UEFI vs NT with VisualUefiAlex Ionescu
Refactor all project files/settings to support dual build. User should set EDK_PATH to their checked out copy of VisualUefi.
2016-08-26Add EPT SupportAlex Ionescu
Create 1:1 512GB hugepage mappings with EPT enabled.
2016-03-17Continued cleanupionescu007
2016-03-17Continued cleanupsionescu007
2016-03-17First round of cleanupionescu007
Begin refactoring and commenting efforts.