mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-22 20:31:14 +00:00
Default kernel carveout is ID 4, not 5
This commit is contained in:
parent
5e75d8b2bd
commit
6b10c21a10
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void configure_default_carveouts(void) {
|
||||||
/* Configure default Kernel carveouts based on 2.0.0+. */
|
/* Configure default Kernel carveouts based on 2.0.0+. */
|
||||||
|
|
||||||
/* Configure Carveout 4 (KERNEL_BUILTINS) */
|
/* Configure Carveout 4 (KERNEL_BUILTINS) */
|
||||||
configure_kernel_carveout(5, 0x80060000, KERNEL_CARVEOUT_SIZE_MAX);
|
configure_kernel_carveout(4, 0x80060000, KERNEL_CARVEOUT_SIZE_MAX);
|
||||||
|
|
||||||
/* Configure Carveout 5 (KERNEL_UNUSED) */
|
/* Configure Carveout 5 (KERNEL_UNUSED) */
|
||||||
configure_kernel_carveout(5, 0, 0);
|
configure_kernel_carveout(5, 0, 0);
|
||||||
|
|
Loading…
Reference in a new issue