mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 02:49:15 +00:00
kernel: add aarch64 architecture support
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -146,6 +146,8 @@ void TaskMgr()
|
||||
Statuses[State], Proc->Name, StatusesSign[State],
|
||||
ProcessCpuUsage, Proc->Info.KernelTime, Proc->Info.UserTime);
|
||||
#elif defined(__aarch64__)
|
||||
UNUSED(State);
|
||||
#warning "aarch64 not implemented"
|
||||
#endif
|
||||
|
||||
foreach (auto Thd in Proc->Threads)
|
||||
|
Reference in New Issue
Block a user