Changeset 83 for trunk/hal/x86_64/core/hal_apic.c
- Timestamp:
- Jun 28, 2017, 1:39:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_apic.c
r82 r83 21 21 22 22 #include <hal_types.h> 23 #include <hal_boot.h> 23 24 #include <hal_register.h> 24 25 #include <hal_segmentation.h> … … 91 92 wrmsr(MSR_APICBASE, lapic_pa | APICBASE_EN); 92 93 93 hal_gpt_enter(lapic_va, lapic_pa );94 hal_gpt_enter(lapic_va, lapic_pa, PG_V|PG_KW|PG_NX|PG_N); 94 95 95 96 hal_lapic_write(LAPIC_TPR, 0);
Note: See TracChangeset
for help on using the changeset viewer.