Rank 1: allocates the percpu memory, `percpu_foreach_base` and `percpu_foreach`
become usable.
+Rank 2: sets up static percpu counters.
+
`STARTUP_SUB_LOCKS`
-------------------
- Rank 1: `LCK_MTX_DECLARE`.
-
`STARTUP_SUB_CODESIGNING`
-------------------------
- Rank last: Final IPC initialization.
+`STARTUP_SUB_SYSCTL`
+-------------------------
+
+### Description
+
+Initializes the sysctl kernel subsystem
+
+### Rank usage
+
+- Rank 1: automatic `SYSCTL_NODE` registration.
+- Rank 2: automatic `SYSCTL_OID` registration.
+- Middle: other manual early registrations.
+- Last: registrations of dummy nodes in the constant nodes to allow extension.
+
+
`STARTUP_SUB_EARLY_BOOT`
------------------------
### Rank usage
N/A.
-
-