Ignore:
Timestamp:
Jun 28, 2017, 1:23:51 PM (7 years ago)
Author:
max@…
Message:

Rename a certain number of things, and improve the APIC support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_register.h

    r51 r82  
    8181#define MSR_KERNELGSBASE 0xc0000102             /* storage for swapgs ins */
    8282
     83#define MSR_APICBASE            0x01b
     84#define         APICBASE_BSP            0x00000100      /* boot processor */
     85#define         APICBASE_EXTD           0x00000400      /* x2APIC mode */
     86#define         APICBASE_EN             0x00000800      /* software enable */
     87#define         APICBASE_PHYSADDR       0xfffff000      /* physical address */
     88
Note: See TracChangeset for help on using the changeset viewer.