uefi
Here are 353 public repositories matching this topic...
-
Updated
Nov 26, 2020 - C
-
Updated
Nov 26, 2020 - C
-
Updated
Nov 28, 2020 - Python
-
Updated
Jul 24, 2020
-
Updated
Oct 23, 2020 - HTML
-
Updated
Feb 19, 2020 - C
-
Updated
Feb 17, 2020 - C++
-
Updated
Nov 13, 2020 - Shell
-
Updated
Apr 22, 2019
-
Updated
May 2, 2020 - C
Are there any plans to implement the reflection system in the project, if so, do you have any idea how it will work to generate methods and classes at runtime, and execute this code?
For exemple, if we have this code:
static void Main(string[] args)
{
const string AssemblyName = "HelloWorld.dll";
var assembly = AssemblyBuilder.DefineDynamicAssembly(
-
Updated
Nov 28, 2020 - Python
-
Updated
Oct 31, 2020 - Shell
-
Updated
May 4, 2019 - C++
-
Updated
Aug 29, 2019 - C
-
Updated
Oct 11, 2020 - C
-
Updated
Oct 14, 2020 - C++
Improve this page
Add a description, image, and links to the uefi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uefi topic, visit your repo's landing page and select "manage topics."
Currently, the
uefi-services
crate contains a panic handler, while this is useful, It is a problem if you are doing printing yourself as you can't use your own printer for panics. The best option would be to make the panic handler optional usingcfg_attr()
Thank you for your time!