aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at/model_dep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix when enabling APIC without SMPEtienne Brateau2022-09-261-2/+8
* cleanup multibootLuca Dariz2022-08-271-11/+12
* convert K&R into ansiGuy-Fleury Iteriteka2022-05-271-4/+1
* apic: Also unmask irq 3 and 4 earlySamuel Thibault2021-04-051-0/+7
* Add ioapic support disabled by defaultDamien Zammit2021-04-041-6/+15
* Keep BIOS mapped even without LinuxSamuel Thibault2021-03-311-5/+1
* Add comment about mp_desc_init callAlmudena Garcia2020-10-071-0/+1
* fix: fix kernel panic in SMP mode Add mp_desc_init() call in BSP processor, t...Almudena Garcia2020-10-071-0/+5
* smp: Add --enable-ncpus option and fix buildSamuel Thibault2020-09-191-3/+6
* model_dep.c: Add smp_init callAlmudena Garcia2020-09-191-1/+7
* Restore vm_size_t to natural_tSamuel Thibault2020-03-311-1/+1
* 64bit: fix warningsSamuel Thibault2020-03-291-4/+5
* 64bit: Fix vm_size_t sizeSamuel Thibault2020-03-291-1/+1
* pmap.h: Add 64bit variantSamuel Thibault2020-03-281-3/+7
* Set readtodc parameter 64bitSamuel Thibault2020-03-091-3/+3
* Avoid calling biosmem with size 0Samuel Thibault2019-04-281-3/+6
* Avoid calling biosmem with size 0Samuel Thibault2019-04-281-2/+2
* device: Fix d_mmap typeSamuel Thibault2018-07-281-1/+1
* Fix halt messageSamuel Thibault2017-11-121-1/+2
* Revert "i386: use ACPI to power off the machine"Justus Winter2016-11-061-2/+0
* i386: Use discontiguous page directories when using PAE.Justus Winter2016-11-011-8/+8
* Make multiboot cmdline and modules non-permanent reservationsSamuel Thibault2016-10-311-7/+8
* Remove phys_first_addr and phys_last_addr global variablesRichard Braun2016-09-211-22/+0
* Fix registration of strings from in boot dataRichard Braun2016-09-061-2/+4
* Make early physical page allocation truely reliableRichard Braun2016-09-061-3/+62
* Fix early physical page allocationRichard Braun2016-09-031-0/+10
* i386: Fix error handlingJustus Winter2016-04-151-4/+11
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-11/+6
* Fix early page allocation on XenRichard Braun2016-01-301-0/+4
* Use vm_page as the physical memory allocatorRichard Braun2016-01-231-272/+14
* Reserve 64k at beginning of memory, not just 4kSamuel Thibault2015-08-311-3/+5
* i386: improve the immediate consoleJustus Winter2015-06-281-0/+8
* i386: add commentJustus Winter2015-06-261-0/+1
* ddb: add support for ELF symbol tablesJustus Winter2014-09-171-0/+27
* Do not unmap page 0 when not neededSamuel Thibault2014-07-061-0/+4
* i386: use ACPI to power off the machineJustus Winter2014-07-061-0/+2
* ddb: add "halt" commandJustus Winter2014-05-031-0/+5
* Convert from K&R to ANSIMarin Ramesa2014-04-041-6/+3
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-041-2/+2
* Declare void argument listsMarin Ramesa2013-12-151-1/+1
* Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa2013-12-111-1/+1
* i386/i386at/model_dep.c: fix argument listMarin Ramesa2013-12-091-0/+2
* i386/i386at/model_dep.c, kd.c: use boolean instead of an intMarin Ramesa2013-12-091-2/+2
* i386/i386at/model_dep.c: remove forward declarationMarin Ramesa2013-12-051-2/+0
* i386/i386at: remove forward declarationsMarin Ramesa2013-12-051-8/+2
* i386/i386at/conf.c: remove forward declarationsMarin Ramesa2013-12-051-1/+2
* ddb/db_command.c: remove forward declarationMarin Ramesa2013-12-051-0/+1
* Fix implicit declaration of functionMarin Ramesa2013-11-201-3/+4
* Remove lint codeMarin Ramesa2013-11-091-4/+0
* Add missing 4KiB memorySamuel Thibault2013-06-101-1/+1