summaryrefslogtreecommitdiff
path: root/i386/i386at
AgeCommit message (Expand)Author
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
2019-03-29reenabled acpi_setup() callAlmuHS
2019-03-29removed useless functionAlmuHS
2019-03-29implement memory mappingAlmuHS
2019-03-29added #ifndef _ASSEMBLER__ macroAlmuHS
2019-03-29hide functionAlmuHS
2019-03-28initialize variablesAlmuHS
2019-03-28hide printf to lapicAlmuHS
2019-03-28hide acpi_setup() callAlmuHS
2019-03-25moved lapic printf to model_dep.cAlmuHS
2019-03-25moved variables to acpi_rsdp.cAlmuHS
2019-03-25moved ncpu to acpi_rsdp.cAlmuHS
2019-03-25try to reserve lapic memoryAlmuHS
2019-03-24moved lapic to acpi_rsdp.cAlmuHS
2019-03-24fixed indentationAlmuHS
2019-03-24fix typopruebas