Skip to content

Commit

Permalink
gen3
Browse files Browse the repository at this point in the history
  • Loading branch information
czhower committed Jul 19, 2017
1 parent 921a879 commit a3a47bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/KernelGen3/Cosmos.Platform/TempHack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

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();
}
Expand Down

0 comments on commit a3a47bc

Please sign in to comment.