summaryrefslogtreecommitdiff
path: root/kern/startup.c
AgeCommit message (Expand)Author
2019-10-04fix: only reserve lapic in SMP modeAlmuHS
2019-10-03fix: map lapic even ncpu = 1AlmuHS
2019-07-09fix: check ncpu > 1 before start APAlmuHS
2019-06-27fix: recovered cpu_number() call to get current cpuAlmuHS
2019-06-27fix: recovered cpu_number() call to get current cpuAlmuHS
2019-06-26experiment: hardcoded cr0AlmuHS
2019-06-26debug fix: replace true to 1AlmuHS
2019-06-26debug fix: replace true to 1AlmuHS
2019-06-26debug: add active wait after start APAlmuHS
2019-05-01format: clean cpu_launch_first_threadAlmuHS
2019-04-22modified traceAlmuHS
2019-04-22add more tracesAlmuHS
2019-04-22add more tracesAlmuHS
2019-04-22added some tracesAlmuHS
2019-04-22disabled call to cpu_number()AlmuHS
2019-04-22added call to slave_main() in cpu_setup()AlmuHS
2019-04-05disabled callAlmuHS
2019-04-05changed callAlmuHS
2019-04-05added recall to sched_init()AlmuHS
2019-04-05disabled callAlmuHS
2019-04-05try to add cpus to the kernelAlmuHS
2019-04-05try to add cpus to the kernelAlmuHS
2019-03-30added ncpu > 1 control before extra_setup()AlmuHS
2019-03-30removed unnecessary macroAlmuHS
2019-03-29implement memory mappingAlmuHS
2019-03-29removed if(ncpu > 1)AlmuHS
2019-03-29added macroAlmuHS
2019-03-29added acpi includeAlmuHS
2019-03-29extended if(ncpu > 1)AlmuHS
2019-03-28changed NCPUS to ncpuAlmuHS
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2016-04-15Lightweight synchronization mechanismAgustina Arzille
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2015-07-18kern/printf: do not serialize printf and coJustus Winter
2015-05-20kern: add radix tree libraryJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa
2013-12-20Declare void argument lists (part 2)Marin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-09kern/startup.c: use boolean valuesMarin Ramesa
2013-12-05kern/startup.c: remove forward declarationsMarin Ramesa
2013-11-20kern/startup.c: fix implicit declaration of functionMarin Ramesa
2013-11-13kern: remove register qualifiersMarin Ramesa
2012-12-05Fix kernel task creation timeRichard Braun
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun
2011-01-15Move -d and -H parse to kern/startup.cSamuel Thibault
2009-11-22Really call startrtclock() with an active thread.Samuel Thibault
2009-06-182008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault