Files
magenta/arch/x86_64/start_64.S
T

11 lines
166 B
ArmAsm
Raw Normal View History

2022-12-13 20:21:28 +00:00
.section .boot.text, "ax", @progbits
.code64
.global start_64
.type start_64, @function
start_64:
mov $0xb8000, %rax
movb $77, (%rax)
inc %rax
movb $0xF, (%rax)