aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at/model_dep.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add non-contiguous mmap supportSamuel Thibault2013-06-101-10/+89
* Add initial code for disabling PV pagetablesSamuel Thibault2013-01-281-4/+4
* Make sure BIOS area is mapped in kernel threadsSamuel Thibault2012-03-241-0/+14
* Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESSSamuel Thibault2012-03-241-9/+9
* Add missing phystokv/kvtophys callsSamuel Thibault2012-03-241-4/+4
* Fix boot with big values of _startSamuel Thibault2012-03-231-3/+5
* Simplify i386at_initSamuel Thibault2012-03-141-6/+7
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-3/+3
* Fix format for string printSamuel Thibault2012-02-191-1/+1
* Rework memory mapping reservationSamuel Thibault2011-08-281-4/+7
* Add prototypes for locore functionsGuillem Jover2011-08-271-2/+0
* Enable all cachesSamuel Thibault2011-04-231-0/+1
* Enable global pages after enabling pagingSamuel Thibault2011-03-061-2/+2
* Fix temporary direct mapping during page table enablingSamuel Thibault2011-03-051-35/+20
* Move -d and -H parse to kern/startup.cSamuel Thibault2011-01-151-20/+0
* Add prototype for discover_x86_cpu_typeSamuel Thibault2010-10-231-0/+2
* Warn on unknown CPU familySamuel Thibault2010-10-231-1/+2
* Recognize P4 and Opteron-like as pentium proSamuel Thibault2010-10-231-0/+1
* Add a SoftDebugger functionSamuel Thibault2009-12-211-1/+1
* Add Xen supportSamuel Thibault2009-12-161-14/+166
* Add -H option to halt on panicSamuel Thibault2009-11-281-0/+9
* Use typeof(boot_info)Samuel Thibault2009-11-221-1/+1
* Fix early interrupt crashSamuel Thibault2009-11-221-5/+5