Joshua Wierenga
Joshua Wierenga
@Ender-ren-small This should be fixed now that blink doesn't use those ioctl constants. Does it work for you?
Another useful addition would be debugging, there appears to be two mains ways of doing this. The first would be solely debugging the c# code with its associated runtime which...
Before merging, every function needs to be at least somewhat tested, especially those that I had to modify to compile and run.
More important than the previously mentioned issues is that KeyAvailable only checks the admittedly limited internal char buffer which already has a cap before it begins overflowing and not the...
Testing has shown that RegisterKeyNotify can not be used for this purpose since it can not be configured to match any key, only specific keys and so-called incomplete keys consisting...
This will be worked on for #22. Currently, the console buffer has been removed with the goal of using the efi one exclusively.
While removing the internal buffer failed, it has been simplified as much as possible. The size of the buffer on the stack has also been reduced from 8.192kb to 4.608kb...
While GC is way off, https://github.com/kevingosse/ManagedDotnetGC might help.
Short of prying out more information from the compiler, the best option might be to start with the existing project and start adding these internal calls one by one until...