MichalStrehovsky / zerosharp

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

add vhdx build for uefi in the csproj #11

Closed paule96 closed 3 years ago

paule96 commented 3 years ago

make it much simpler to get a VHDX up and running :)

MichalStrehovsky commented 3 years ago

Thank you! I've submitted a cleaned up version (that doesn't manually invoke csc and link.exe) as https://github.com/MichalStrehovsky/zerosharp/commit/26b8800c63f2ddbbfc1927861299008a59f916d9.

In place of link, you could use llvm lld. It has a flavor that is command-line-interface compatible with link.exe.