mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 17:57:11 +02:00
Somewhat better scheduler I guess
This commit is contained in:
parent
e83d888cdb
commit
80370b3204
10 changed files with 323 additions and 282 deletions
|
@ -7,8 +7,8 @@ namespace ChocolArm64
|
|||
{
|
||||
public class AThread
|
||||
{
|
||||
public AThreadState ThreadState { get; private set; }
|
||||
public AMemory Memory { get; private set; }
|
||||
public AThreadState ThreadState { get; private set; }
|
||||
public AMemory Memory { get; private set; }
|
||||
|
||||
public long EntryPoint { get; private set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue