Skip to content

Prism OS 22.11

Compare
Choose a tag to compare
@terminal-cs terminal-cs released this 04 Nov 16:54
· 309 commits to main since this release

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);
}