summaryrefslogtreecommitdiff
path: root/i386/i386/mp_desc.c
AgeCommit message (Expand)Author
2019-04-30try to fix stack reserveAlmuHS
2019-04-30reenabled cpu_stack and removed useless printfAlmuHS
2019-04-30little fixAlmuHS
2019-04-30add memory reserve to cpu stackAlmuHS
2019-04-30initialize stack_ptr to cpu stackAlmuHS
2019-04-30start implementation of cpustack arrayAlmuHS
2019-04-28Revert "added call to gdt_init() and idt_init() in cpu_setup()"AlmuHS
2019-04-27added call to gdt_init() and idt_init() in cpu_setup()AlmuHS
2019-04-27disabled call to slave_main()AlmuHS
2019-04-27Revert "disabled call to slave_main()"AlmuHS
2019-04-27disabled call to slave_main()AlmuHS
2019-04-27removed mutex in cpu_setup()AlmuHS
2019-04-22created new mutexAlmuHS
2019-04-22added mutexAlmuHS
2019-04-22moved slave_main() call at bottomAlmuHS
2019-04-22add more tracesAlmuHS
2019-04-22added call to slave_main() in cpu_setup()AlmuHS
2019-04-21try to call interrupt_stack_allocAlmuHS
2019-04-21removed call in start_other_cpus()AlmuHS
2019-04-21fix conflictAlmuHS
2019-04-21moved interrupt_stack_alloc() call to acpi_rsdp.cAlmuHS
2019-04-21added call to interrupt_stack_alloc() after start cpusAlmuHS
2019-04-20added call to cpu_up() to add cpuAlmuHS
2019-04-17added print to cpu_number()AlmuHS
2019-04-17reimplemented cpu_number without pointersAlmuHS
2019-04-17add some commentsAlmuHS
2019-04-17undone testAlmuHS
2019-04-17some testAlmuHS
2019-04-17fix apic_id shift in start_other_cpus()AlmuHS
2019-04-17added check before update apic2kernelAlmuHS
2019-04-16improve apic_id updateAlmuHS
2019-04-16updated apic_idAlmuHS
2019-04-15disabled printf in cpu_setup()AlmuHS
2019-04-15disabled apic_id updatingAlmuHS
2019-04-15added printf after enable cpuAlmuHS
2019-04-15disabled apic2kernel in cpu_setup()AlmuHS
2019-04-15some changesAlmuHS
2019-04-15added apic2kernel assignAlmuHS
2019-04-15try to fixAlmuHS
2019-04-15little fixAlmuHS
2019-04-05moved stack reserve inside cpu_start loopAlmuHS
2019-04-05fixed tabsAlmuHS
2019-04-05added halt_cpu() if started failsAlmuHS
2019-04-05reenabled IPI while waitAlmuHS
2019-04-05cleaning tracesAlmuHS
2019-04-05removed haltAlmuHS
2019-04-04cleaning codeAlmuHS
2019-04-03fix typoAlmuHS
2019-04-03removed printfAlmuHS
2019-04-03changed function name to lowercaseAlmuHS