aboutsummaryrefslogtreecommitdiff
path: root/kernel/lib
Commit message (Collapse)AuthorAgeFilesLines
* Begin review of taking model : making things thread safe.Alex Auvolat2014-12-062-0/+30
|
* Add kernel stack protector. Find bug. Correct it.Alex Auvolat2014-12-061-4/+20
|
* Clean slab_alloc. Bug still here.Alex Auvolat2014-12-061-90/+106
|
* Trying to track an annoying bug.Alex Auvolat2014-12-061-15/+47
|
* Corrections :Alex Auvolat2014-12-051-15/+14
| | | | | - 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/+217
|
* Small adjustments:Alex Auvolat2014-12-012-0/+3
| | | | | | | - 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-011-2/+15
| | | | | | | | - 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)
* Conformity of memset/memcpy ; implement memmove/memcmp.Alex Auvolat2014-11-301-6/+27
|
* More library functions & renaming.Alex Auvolat2014-11-302-8/+68
|
* Add debug output and a few elementary stdlib functions.Alex Auvolat2014-11-302-0/+113