nifanfa / MOOS

C# x64 operating system programming with the .NET native ahead-of-time compilation technology.

Home Page:https://github.com/nifanfa/MOOS/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panic

AppleInternal opened this issue · comments

That can be a problem of trampoline

try use other base address for smp.
see

public const ulong BaseAddress = 0x50000;

and
BASE_ADDR EQU 0x50000

this address should be lower than 1mb. however it is hard to verify which address is available to use. 0x50000 is free on my PC