Closed Shadowblitz16 closed 3 years ago
https://github.com/MichalStrehovsky/zerosharp/commit/26b8800c63f2ddbbfc1927861299008a59f916d9 now has the no-runtime sample that works on Linux.
@MichalStrehovsky I mean for baremetal
26b8800 now has the no-runtime sample that works on Linux.
your csproj literally blocks if it's not WindowsNT
@MichalStrehovsky please reopen this... Your csproj file also looks like it uses windows only commands.
create vdisk file=$(VHDFilePath) maximum=500
select vdisk file=$(VHDFilePath)
attach vdisk
convert gpt
create partition efi size=100
format quick fs=fat32 label="System"
assign letter=X
</AttachVHDLines>
<DetachVHDLines>
select vdisk file=$(VHDFilePath)
select partition 2
remove letter=X
detach vdisk
Please give a qemu example it is available for windows, mac and linux.
I recommend looking here instead: https://github.com/bflattened/bflat/tree/master/samples/Snake
Is there a example for ubuntu 20.04?