summaryrefslogtreecommitdiff
path: root/i386/i386at/model_dep.c
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-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-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-15try to fixAlmuHS
2019-03-30added mp_desc_init call to master_cpuAlmuHS
2019-03-29reenabled acpi_setup() callAlmuHS
2019-03-28hide printf to lapicAlmuHS
2019-03-28hide acpi_setup() callAlmuHS
2019-03-25moved lapic printf to model_dep.cAlmuHS
2019-03-24fixed indentationAlmuHS
2019-03-24fix typopruebas
2019-03-24improved printf and added panicAlmuHS
2019-03-24added printf with ncpuAlmuHS
2019-03-23moved acpi_rsdp to i386/i386atAlmuHS
2019-03-23undone moved acpi_setup() callAlmuHS
2019-03-23moved acpi_setup() callAlmuHS
2019-03-05moved acpi_setup() callAlmuHS
2019-03-04added acpi_setup() call to enumerate processorsAlmuHS
2018-07-28device: Fix d_mmap typeSamuel Thibault
2017-11-12Fix halt messageSamuel Thibault
2016-11-06Revert "i386: use ACPI to power off the machine"Justus Winter
2016-11-01i386: Use discontiguous page directories when using PAE.Justus Winter
2016-10-31Make multiboot cmdline and modules non-permanent reservationsSamuel Thibault
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2016-09-06Fix registration of strings from in boot dataRichard Braun
2016-09-06Make early physical page allocation truely reliableRichard Braun
2016-09-03Fix early physical page allocationRichard Braun
2016-04-15i386: Fix error handlingJustus Winter
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2016-01-30Fix early page allocation on XenRichard Braun
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2015-08-31Reserve 64k at beginning of memory, not just 4kSamuel Thibault