aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at
Commit message (Expand)AuthorAgeFilesLines
* 64bit: fix warningsSamuel Thibault2020-03-291-4/+5
* 64bit: Fix vm_size_t sizeSamuel Thibault2020-03-291-1/+1
* com: Fix 64bit warningsSamuel Thibault2020-03-291-6/+6
* 64bit: Fix format warningsSamuel Thibault2020-03-291-2/+3
* kdasm: Add 64bit variantSamuel Thibault2020-03-281-6/+6
* pmap.h: Add 64bit variantSamuel Thibault2020-03-281-3/+7
* Set readtodc parameter 64bitSamuel Thibault2020-03-093-5/+5
* PIC: Acknowledge interrupts more carefullySamuel Thibault2019-11-111-7/+37
* spl: Remove intpri arraySamuel Thibault2019-11-103-18/+5
* Run interrupt handlers at spl7Samuel Thibault2019-11-101-2/+1
* simplify interrupt handlingDamien Zammit2019-11-102-4/+0
* 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-286-6/+6
* Fix dev_ops typesSamuel Thibault2018-07-2810-54/+54
* Fix warningSamuel Thibault2018-01-281-1/+1
* Fix halt messageSamuel Thibault2017-11-121-1/+2
* Fix year computationSamuel Thibault2017-06-101-1/+3
* Fix Epoch computationSamuel Thibault2017-06-101-2/+8
* Fix bissextile years computationSamuel Thibault2017-01-241-1/+18
* Revert "i386: use ACPI to power off the machine"Justus Winter2016-11-065-583/+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
* Fix format securityDavid Michael2016-10-021-2/+2
* biosmem: show memory map at bootSamuel Thibault2016-09-221-6/+2
* Enable high memoryRichard Braun2016-09-211-6/+3
* Remove phys_first_addr and phys_last_addr global variablesRichard Braun2016-09-213-38/+21
* Fix size of functions interrupt and syscallSamuel Thibault2016-09-111-0/+1
* Fix registration of strings from in boot dataRichard Braun2016-09-061-2/+4
* Make early physical page allocation truely reliableRichard Braun2016-09-063-194/+316
* Fix early physical page allocationRichard Braun2016-09-033-171/+233
* i386: request the boot loader to page-align modulesRichard Braun2016-08-121-2/+2
* Cope with getc returning -1Samuel Thibault2016-05-261-1/+5
* i386: Fix error handlingJustus Winter2016-04-151-4/+11
* Document why code is not racySamuel Thibault2016-02-261-0/+2
* Fix unused variable warningsRichard Braun2016-02-021-3/+0
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-022-11/+15
* Fix early page allocation on XenRichard Braun2016-01-303-10/+87
* Use vm_page as the physical memory allocatorRichard Braun2016-01-231-272/+14
* Import the biosmem module from X15 and relicense to GPLv2+Richard Braun2016-01-232-0/+928
* Import the elf module from X15 and relicense to GPLv2+Richard Braun2016-01-231-0/+61
* fix t_addr assignment in lpropenFlavio Cruz2016-01-021-12/+14
* remove unnused disk code and headersFlavio Cruz2016-01-011-101/+0
* Fix boundSamuel Thibault2015-11-271-1/+1
* Reserve 64k at beginning of memory, not just 4kSamuel Thibault2015-08-311-3/+5
* Fix printk not handling ANSI escape codesJames Clarke2015-08-302-24/+40
* i386: fix line wrapping in the immediate consoleJustus Winter2015-07-091-1/+1
* i386: improve the immediate consoleJustus Winter2015-06-287-14/+115
* i386: add commentJustus Winter2015-06-261-0/+1
* Fix warningSamuel Thibault2015-05-021-2/+4