Fix bug(s), refactor svcConnectToPortInitHook.s, cleanup

This commit is contained in:
TuxSH
2017-06-08 21:35:41 +02:00
parent 427a05997d
commit 461035b212
8 changed files with 42 additions and 53 deletions

View File

@@ -143,4 +143,6 @@ void installKernelExtension(void)
flushAllCaches();
svc0x2F(K_SendSGI0ToAllCores);
flushAllCaches();
*(volatile bool *)0x1FF81108 = true;
}