aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use printf_once instead of recoding itSamuel Thibault2015-02-262-16/+2
* Limit printing "queue full" messagesSamuel Thibault2015-02-262-2/+16
* i386: Fix typos in comments (found by codespell)Stefan Weil2015-01-022-4/+4
* ddb: add support for ELF symbol tablesJustus Winter2014-09-171-0/+27
* Fix computationSamuel Thibault2014-08-221-1/+1
* Even less magic-looking control valueNeal H. Walfield2014-08-221-1/+1
* Support invoking the debugger over the serial consoleJustus Winter2014-08-222-1/+30
* Drop debugging printsSamuel Thibault2014-07-251-3/+0
* Do not unmap page 0 when not neededSamuel Thibault2014-07-062-0/+7