Ignore:
Timestamp:
Jul 19, 2017, 2:30:15 PM (7 years ago)
Author:
max@…
Message:

Launch the secondary CPUs. For now, they all say hello and enter
an infinite loop.

File:
1 edited

Legend:

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

    r235 r236  
    108108        ret
    109109
     110ASM_ENTRY(rcr0)
     111        movq    %cr0,%rax
     112        ret
     113
    110114ASM_ENTRY(rcr2)
    111115        movq    %cr2,%rax
     116        ret
     117
     118ASM_ENTRY(rcr3)
     119        movq    %cr3,%rax
    112120        ret
    113121
Note: See TracChangeset for help on using the changeset viewer.