diff --git a/Standard-features.md b/Standard-features.md index 88a34c7..2469b3d 100644 --- a/Standard-features.md +++ b/Standard-features.md @@ -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.