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_internal.h

    r235 r236  
    4848void wrmsr(uint32_t, uint64_t);
    4949void mfence();
    50 vaddr_t rcr2(void);
     50uint64_t rcr0(void);
     51vaddr_t rcr2(void);
     52uint64_t rcr3(void);
    5153uint64_t rcr4(void);
    5254void lcr4(uint64_t);
Note: See TracChangeset for help on using the changeset viewer.