microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
27 stars 25 forks source link

Appropriately Set Linker Subsystem Per Driver Type in Pure Rust Modules #357

Open os-d opened 3 months ago

os-d commented 3 months ago

Currently we set /subsystem=efi_boot_services_driver for all pure Rust binaries, which works for development, but as we get runtime service and applications, we need to appropriately set the subsystem type. @makubacki for reference.