From a3a47bcbed04f711968d8f61cf7e3dedc5cdd45c Mon Sep 17 00:00:00 2001 From: Kudzu Date: Wed, 19 Jul 2017 13:08:06 -0400 Subject: [PATCH] gen3 --- source/KernelGen3/Cosmos.Platform/TempHack.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/KernelGen3/Cosmos.Platform/TempHack.cs b/source/KernelGen3/Cosmos.Platform/TempHack.cs index 35f5b6828..382e6419d 100644 --- a/source/KernelGen3/Cosmos.Platform/TempHack.cs +++ b/source/KernelGen3/Cosmos.Platform/TempHack.cs @@ -4,6 +4,10 @@ using System.Text; namespace Cosmos.Platform { static public class TempHack { + // Need to hack up Cosmos a bit + // Remove hard ref from System to HAL. + // Cant dyn load yet, so use IL2CPU to drag it in dynamically to prevent compile time usage + // Dont have reflection yet, but can make a Cosmos specific method to at least allow activationon by type. static public void Init() { SATA.InitHAL(); }