x
This commit is contained in:
parent
1fc87f367c
commit
7a77375d64
1 changed files with 6 additions and 6 deletions
2
lapic.c
2
lapic.c
|
@ -25,7 +25,7 @@
|
|||
#define DEASSERT 0x00000000
|
||||
#define LEVEL 0x00008000 // Level triggered
|
||||
#define BCAST 0x00080000 // Send to all APICs, including self.
|
||||
/#define BUSY 0x00001000
|
||||
#define BUSY 0x00001000
|
||||
#define FIXED 0x00000000
|
||||
#define ICRHI (0x0310/4) // Interrupt Command [63:32]
|
||||
#define TIMER (0x0320/4) // Local Vector Table 0 (TIMER)
|
||||
|
|
Loading…
Reference in a new issue