aboutsummaryrefslogtreecommitdiff
path: root/kernel/include
Commit message (Collapse)AuthorAgeFilesLines
* Trying to track an annoying bug.Alex Auvolat2014-12-062-1/+10
|
* Corrections :Alex Auvolat2014-12-054-14/+15
| | | | | - replace size_t by void* in many places - correct bug in region freeing code
* First implementation of slab allocator. Needs more testing and polishingAlex Auvolat2014-12-041-0/+34
|
* Make paging work ! \o/Alex Auvolat2014-12-043-11/+15
|
* Improve region allocator with an idea to break dependency cycleAlex Auvolat2014-12-032-2/+8
|
* Implement kernel memory region allocator.Alex Auvolat2014-12-021-0/+33
|
* Begin implementation of pagingAlex Auvolat2014-12-021-0/+25
|
* Add physical page (frame) allocator.Alex Auvolat2014-12-022-0/+28
|
* Small adjustments:Alex Auvolat2014-12-012-5/+71
| | | | | | | - add missing vim modelines - idt_set_ex_handler, idt_set_irq_handler - inline inb,inw,outb,outw - add defines for exceptions and irqs
* Advance HH, GDT, IDT (details below)Alex Auvolat2014-12-017-1/+114
| | | | | | | | - Implement higher-half in loader with paging (using 4Mb pages) - Add GDT installation code - Add IDT installation code (spend a loong time debugging the ISRs!) - Add CDROM generation scripts - Add scripts to launch bochs (debug) and qemu (debug)
* No, this time really add it.Alex Auvolat2014-11-301-2/+2
|
* Conformity of memset/memcpy ; implement memmove/memcmp.Alex Auvolat2014-11-301-2/+4
|
* More library functions & renaming.Alex Auvolat2014-11-303-8/+15
|
* Add debug output and a few elementary stdlib functions.Alex Auvolat2014-11-305-4/+38
|
* Bare bones.Alex Auvolat2014-11-301-0/+64