Changeset 145 for trunk/hal/x86_64/core/hal_apic.c
- Timestamp:
- Jul 5, 2017, 11:05:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_apic.c
r138 r145 227 227 228 228 /* Initialize the LAPIC timer to the maximum value */ 229 hal_lapic_write(LAPIC_ICR_TIMER, 0xFFFFFFFF); 229 hal_lapic_write(LAPIC_ICR_TIMER, 0xFFFFFFFF); 230 230 231 231 /* Initialize the PIT */
Note: See TracChangeset
for help on using the changeset viewer.