summaryrefslogtreecommitdiff
path: root/i386/i386at/model_dep.c
AgeCommit message (Expand)Author
2020-03-09Set readtodc parameter 64bitv1.8+git20200309Samuel Thibault
2019-04-28Avoid calling biosmem with size 0Samuel Thibault
2019-04-28Avoid calling biosmem with size 0Samuel Thibault
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
2015-06-28i386: improve the immediate consoleJustus Winter
2015-06-26i386: add commentJustus Winter
2014-09-17ddb: add support for ELF symbol tablesJustus Winter
2014-07-06Do not unmap page 0 when not neededSamuel Thibault
2014-07-06i386: use ACPI to power off the machineJustus Winter
2014-05-03ddb: add "halt" commandJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-04-04Use explicit prototypes for struct dev_ops fieldsMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-11Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa
2013-12-09i386/i386at/model_dep.c: fix argument listMarin Ramesa
2013-12-09i386/i386at/model_dep.c, kd.c: use boolean instead of an intMarin Ramesa
2013-12-05i386/i386at/model_dep.c: remove forward declarationMarin Ramesa
2013-12-05i386/i386at: remove forward declarationsMarin Ramesa
2013-12-05i386/i386at/conf.c: remove forward declarationsMarin Ramesa
2013-12-05ddb/db_command.c: remove forward declarationMarin Ramesa
2013-11-20Fix implicit declaration of functionMarin Ramesa
2013-11-09Remove lint codeMarin Ramesa
2013-06-10Add missing 4KiB memorySamuel Thibault
2013-06-10Add non-contiguous mmap supportSamuel Thibault
2013-01-28Add initial code for disabling PV pagetablesSamuel Thibault
2012-03-24Make sure BIOS area is mapped in kernel threadsSamuel Thibault
2012-03-24Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESSSamuel Thibault
2012-03-24Add missing phystokv/kvtophys callsSamuel Thibault
2012-03-23Fix boot with big values of _startSamuel Thibault
2012-03-14Simplify i386at_initSamuel Thibault
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2012-02-19Fix format for string printSamuel Thibault
2011-08-28Rework memory mapping reservationSamuel Thibault
2011-08-27Add prototypes for locore functionsGuillem Jover
2011-04-23Enable all cachesSamuel Thibault
2011-03-06Enable global pages after enabling pagingSamuel Thibault
2011-03-05Fix temporary direct mapping during page table enablingSamuel Thibault