Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: refactored function naming to remove "__" prefix | bunnei | 2014-05-23 | 1 | -5/+10 |
* | thread: moved threading calls to the Kernel namespace | bunnei | 2014-05-21 | 1 | -3/+3 |
* | - created a Kernel namespace | bunnei | 2014-05-21 | 1 | -25/+24 |
* | changed "UID" to "Handle" to be a little more consistent with CTR naming | bunnei | 2014-05-16 | 1 | -5/+5 |
* | changed primary thread priority to 0x30 - this is typical, not 0x31 | bunnei | 2014-05-15 | 1 | -1/+2 |
* | - added __KernelLoadExec function | bunnei | 2014-05-14 | 1 | -0/+11 |
* | added initial kernel/thread modules | bunnei | 2014-05-10 | 1 | -0/+142 |