summaryrefslogtreecommitdiff
path: root/i386/i386at/model_dep.c
AgeCommit message (Expand)Author
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
2011-01-15Move -d and -H parse to kern/startup.cSamuel Thibault
2010-10-23Add prototype for discover_x86_cpu_typeSamuel Thibault
2010-10-23Warn on unknown CPU familySamuel Thibault
2010-10-23Recognize P4 and Opteron-like as pentium proSamuel Thibault
2009-12-21Add a SoftDebugger functionSamuel Thibault
2009-12-16Add Xen supportSamuel Thibault
2009-11-28Add -H option to halt on panicSamuel Thibault
2009-11-22Use typeof(boot_info)Samuel Thibault
2009-11-22Fix early interrupt crashSamuel Thibault
2009-11-22Add missing phystokv/kvtophys conversionsSamuel Thibault
2009-11-22Replace phys_mem_va with VM_MIN_KERNEL_ADDRESSSamuel Thibault
2009-11-22Do not assume that VM_MIN_KERNEL_ADDRESS is 0Samuel Thibault
2009-10-20Fix boot from grub2 with more than 800MiB memorySamuel Thibault
2009-10-20Better estimate avail_remainingSamuel Thibault
2009-10-14Update constants to nowadays standardsSamuel Thibault
2009-10-14Revert spurious part of 909c941dSamuel Thibault
2009-10-14Advertise memory size truncationsSamuel Thibault