Replies: 1 comment 1 reply
|
using System; // Define the signature of the native code entry point public unsafe static void ExecuteElf(byte[] elfFileBytes) } |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
OK, I figured out the Cosmos Forms and made one, but I have a new question: How do I make the CPU directly execute instructions from a file? Like I would parse instructions from an ELF file and execute them directly on the CPU! And also how to implement syscalls so "printf" would run "Console.Write"?
All reactions