MichalStrehovsky / zerosharp

Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology.
2.02k stars 105 forks source link

efi-no-runtime Library example #26

Open Shadowblitz16 opened 2 years ago

nifanfa commented 2 years ago

using native lib?

nifanfa commented 2 years ago

you can take a look of my os https://github.com/nifanfa/Solution1/blob/acfcf05f11e1cda22f745c23621cd4ff626753f7/Kernel/Kernel.csproj#L26

nifanfa commented 2 years ago

or UEFI library in c# https://github.com/Michael-Kelley/RoseOS/blob/master/Loader/src/EFI.cs

Shadowblitz16 commented 1 year ago

I was just wondering if a nuget package for this would work