summaryrefslogtreecommitdiff
path: root/i386/i386/mp_desc.c
AgeCommit message (Expand)Author
2019-06-29fix: removed shift 240.0.9AlmuHS
2019-06-27fix: disabled call to slave_main()AlmuHS
2019-06-27fix: removed parameter in slave_main callAlmuHS
2019-06-27Revert "experiment: uncomment call to slave_main()"AlmuHS
2019-06-27experiment: uncomment call to slave_main()AlmuHS
2019-06-27experiment: undone shift in apic_idAlmuHS
2019-06-27experiment: get rid of temporary direct mapping after start APAlmuHS
2019-06-27Revert "experiment: enable slave_main() call"AlmuHS
2019-06-27experiment: enable slave_main() callAlmuHS
2019-06-27fix: added shift to apic_id in machine_slotAlmuHS
2019-06-27fix: removed debug tracesAlmuHS
2019-06-27fix: loaded real apic_idAlmuHS
2019-06-26debug: hardcoded apic_id = 1 in AP processorAlmuHS
2019-06-26debug: hardcoded apic_id = 1 in AP processorAlmuHS
2019-06-26debug: add little traceAlmuHS
2019-05-27disabled printf to cpu_number()AlmuHS
2019-05-20experiment: get apic_id from lapic pointerAlmuHS
2019-05-20fix: fix address and registersAlmuHS
2019-05-20experiment: get apic_id from lapic pointerAlmuHS
2019-05-20experiment: enable cpu_number() traceAlmuHS
2019-05-18undone experimentAlmuHS
2019-05-18experiment: configure pmap from C functionAlmuHS
2019-05-13Revert "experiment: enable pagging in AP"AlmuHS
2019-05-13Revert "experiment: try to enable pagging"AlmuHS
2019-05-05experiment: try to enable paggingAlmuHS
2019-05-04experiment: enable pagging in APAlmuHS
2019-05-01format: cleaned codeAlmuHS
2019-05-01try to fix: moved stack_ptr declaration to C codeAlmuHS
2019-05-01try to fix: stack crashAlmuHS
2019-05-01try to fix: stack crashAlmuHS
2019-05-01Fix: reserve memory for all stacksAlmuHS
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