JoshuaWierenga / EfiSharp

An Attempt at building at least some of C# corelib for EFI applications. Inspired by https://github.com/MichalStrehovsky/zerosharp to see if this possible.
MIT License
18 stars 4 forks source link

System.Private.CoreLib support #21

Open JoshuaWierenga opened 3 years ago

JoshuaWierenga commented 3 years ago

This has the same purpose as #15 and describes important missing features from the full corelib that rather than build up from system features are based on existing features in corelib.

JoshuaWierenga commented 2 years ago

While GC is way off, https://github.com/kevingosse/ManagedDotnetGC might help.