Changeset 202 for trunk/hal/x86_64/core/hal_apic.c
- Timestamp:
- Jul 13, 2017, 2:09:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_apic.c
r199 r202 237 237 vaddr_t ioapic_va __in_kdata = 0; 238 238 239 #define IRQ_TIMER 0x00240 #define IRQ_KEYBOARD 0x01241 #define IRQ_COM2 0x03242 #define IRQ_COM1 0x04243 #define IRQ_FLOPPY 0x06244 #define IRQ_ATA0 0x0e245 #define IRQ_ATA1 0x0f246 247 239 #define IOREGSEL 0x00 248 240 #define IOWIN 0x10
Note: See TracChangeset
for help on using the changeset viewer.