bareflank-hypervisor/loader/include
Rian Quinn 472dc32fc5 Adds single core launch support for AMD
This patch enables the ability to launch the VMM on AMD on a
single core. It uses an old hack to deal with a lack of our
own CR3, which will be removed once we have the CR3 part
added, and as a result, it only works on single core. It also
cannot be stopped, as that logic is really specific to the
way that the VMM was launched which will change once all of
this code is moved to C++, so that functionality will come
later as well.
2020-05-27 08:47:30 -06:00
..
x64 Adds single core launch support for AMD 2020-05-27 08:47:30 -06:00
loader.h Adds single core launch support for AMD 2020-05-27 08:47:30 -06:00
loader_context.h Fix bugs with Linux and reorg some things 2020-05-18 14:43:40 -06:00
loader_global_resources.h Fix bugs with Linux and reorg some things 2020-05-18 14:43:40 -06:00
loader_platform.h Adds single core launch support for AMD 2020-05-27 08:47:30 -06:00