Updated Standard features (markdown)

Yuuki Hikari 2017-11-23 01:08:11 -05:00
parent 0bfbc5d6df
commit affdb46d6d

@ -26,9 +26,9 @@
## Developer features
These features are useful for debugging and writing homebrew; typically they will not be useful for the end user.
* A "kernel extension" extending the features of Kernel11:
* A **kernel extension** extending the features of Kernel11:
* New features for existing SVCs, for example:
* **New features for existing SVCs**, for example:
* **New types for svcGetProcessInfo:** 0x10000 to get a process's name, 0x10001 to get a process's title ID, 0x10002 to 0x10007 for section attributes, 0x10008 for TTBR1, etc.
* **New types for svcGetSystemInfo:** 0x10000 for CFW info, 0x10001 for N3DS-related info, 0x10002 for TTBCR and TTBR0 per core, etc.
* **New types for svcGetThreadInfo:** 0x10000 for thread local storage.