driver1998
driver1998
Friendly reminder: .NET Core 3.1 is now EOL, there is no officially supported way to use XAML islands on .NET now.
How much code in WinRT.Runtime is dependent on the XAML implementation? Can we generate entire classes like C++/WinRT does and eliminate the issue all together?
The new `supportedArchitectures` attribute in application manifest should be the way to go. Kind of wonder why it is in application manifest though, that would be a little bit tricky...
Currently there is a purposely built stub inside C:\Windows\system32.exe which starts calculator, or if you have win32calc.exe and not this app, start the win32 version instead (like the case of...
最新的edk2加了pflash支持,对应qemu在这个commit https://github.com/qemu/qemu/commit/288431a1fb9334d5d57ad7d5854d8475b23e7c42 7.2.0是没有的
要不试试virtio-blk或者virtio-scsi? ~~loongarch qemu 的固件好像没编译AHCI驱动。~~ 看漏了
https://github.com/loongson/edk2-platforms/blob/88d44c563d9fd5c95be93e706f9420352ee4c053/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc#L550 感觉应该是有的,我刚刚没看到
Not related to this repo specifically, but I get mesa to build on MSYS2 CLANGARM64 environment. GLonD3D12 and softpipe works fine (which isn't surprising since it is already shipped by...
ARM64EC are for x64 apps, if you can't build them yet you can just use a x64 version instead. You may need an ARM64X wrapper DLL if you want system...
No, but it does run in Windows 10 ARM64.