Prism OS 22.11
This release is an update to the user desktop, it now has more apps that the user can interact with.
There are also minor under-the-hood changes and improvements, and prism now supports non-standard syscalls.
fixed (char* T = "System", M = "Hello, World!")
{
uint* EAX = (uint*)0x17;
uint* EBX = (uint*)T;
uint* ECX = (uint*)M;
uint* EDX = (uint*)0;
uint* ESI = (uint*)0;
uint* EDI = (uint*)0;
Global.SystemCall(ref EAX, ref EBX, ref ECX, ref EDX, ref ESI, ref EDI);
}