Files
my-os-project2/kernel/hal/x86_64/paging.S

5 lines
55 B
ArmAsm

.global hal_loadpd
hal_loadpd:
mov %rdi, %cr3
retq