mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Kernel: Fix a typo in a comment
This commit is contained in:
parent
4c876e88e0
commit
b0858b2a55
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ start:
|
|||
cbnz x13, halt
|
||||
|
||||
// Let stack start before .text for now.
|
||||
// 512 kiB (0x8000) of stack are probably not sufficient, especially once we give the other cores some stack too,
|
||||
// 512 kiB (0x80000) of stack are probably not sufficient, especially once we give the other cores some stack too,
|
||||
// but for now it's ok.
|
||||
ldr x14, =start
|
||||
mov sp, x14
|
||||
|
|
Loading…
Add table
Reference in a new issue