summaryrefslogtreecommitdiff
path: root/i386/i386at
AgeCommit message (Expand)Author
2019-10-05Revert "fix: added lapic as extern"0.0.10_2AlmuHS
2019-10-05Revert "lapic: reenabled lapic version message"AlmuHS
2019-10-05Revert "refactor: moved BSP's apic_id initialization to c_boot_entry"AlmuHS
2019-10-04fix: removed interrupt_stack_alloc() call in i386at_init(). Solved error in n...AlmuHS
2019-10-03Revert "fix: add shift 24 in apic id"AlmuHS
2019-10-03Revert "fix: add shift 24 in apic id"AlmuHS
2019-10-03fix: add shift 24 in apic idAlmuHS
2019-10-03fix: add shift 24 in apic idAlmuHS
2019-10-03refactor: moved BSP's apic_id initialization to c_boot_entryAlmuHS
2019-10-03fix: added lapic as externAlmuHS
2019-10-03lapic: reenabled lapic version messageAlmuHS
2019-10-03fix: disable paging temporary mapping even if ncpu = 1AlmuHS
2019-10-03fix: removed apic2kernel access in extra_setup()AlmuHS
2019-10-03docs: described acpi rdsp structuresAlmuHS
2019-09-07fix: initialize BSP's APIC ID in apic2kernelAlmuHS
2019-06-27experiment: get rid of temporary direct mapping after start APAlmuHS
2019-06-26experiment: retain temporary mappingAlmuHS
2019-05-20fix: added declarations in headerAlmuHS
2019-05-13Revert "Revert "hide cpu enumeration if NCPUS == 1""AlmuHS
2019-05-13Revert "hide cpu enumeration if NCPUS == 1"AlmuHS
2019-05-04hide cpu enumeration if NCPUS == 1AlmuHS
2019-04-21try to call interrupt_stack_allocAlmuHS
2019-04-21removed fault callAlmuHS
2019-04-21removed call in start_other_cpus()AlmuHS
2019-04-21moved call to acpi_rsdp.cAlmuHS
2019-04-21moved call to interrupt_stack_alloc() to model_dep.cAlmuHS
2019-04-21moved interrupt_stack_alloc() call to acpi_rsdp.cAlmuHS
2019-04-21added call to interrupt_stack_alloc() after start cpusAlmuHS
2019-04-17moved externAlmuHS
2019-04-17added externAlmuHS
2019-04-15some changesAlmuHS
2019-04-15changed apic2kernel to intAlmuHS
2019-04-15little changesAlmuHS
2019-04-15assign apic2kernelAlmuHS
2019-04-15solve conflictAlmuHS
2019-04-15added apic2kernel declarationAlmuHS
2019-04-15undone latest changesAlmuHS
2019-04-15try to fixAlmuHS
2019-04-15formated codeAlmuHS
2019-04-15little fixAlmuHS
2019-04-15rewritten cpu_numberAlmuHS
2019-04-01IPI send prototype (don't test yet)AlmuHS
2019-03-30removed unnecessary linesAlmuHS
2019-03-30added mp_desc_init call to master_cpuAlmuHS
2019-03-30reenabled nioapic checkAlmuHS
2019-03-30reenabled ioapic: changed struct list to arrayAlmuHS
2019-03-30Merge remote-tracking branch 'refs/remotes/origin/wip' into wipAlmuHS
2019-03-30fixed tabsAlmuHS
2019-03-30fixed tabsAlmuHS
2019-03-30removed unnecessary macroAlmuHS