Ignore:
Timestamp:
Aug 14, 2017, 12:32:08 PM (7 years ago)
Author:
max@…
Message:

Switch the VM space, and explicitly disable the FPU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_cpu.S

    r365 r368  
    119119ASM_ENTRY(rcr3)
    120120        movq    %cr3,%rax
     121        ret
     122
     123ASM_ENTRY(lcr3)
     124        movq    %rdi,%cr3
    121125        ret
    122126
Note: See TracChangeset for help on using the changeset viewer.