This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* refer to osfmk/console/serial_general.c */ | |
.globl _cereal64 | |
_cereal64: | |
/* do the important parts of serial_keyboard_init() */ | |
stp x20, x19, [sp, #-0x20]! | |
stp x29, x30, [sp, #0x10] | |
add x29, sp, #0x20 | |
sub sp, sp, #0x10 | |