aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add simple reference counted buffer structure.Alex Auvolat2014-12-161-1/+2
|
* Add simple hash table implementation.Alex Auvolat2014-12-161-1/+1
|
* Terminology change : task -> thread.Alex Auvolat2014-12-131-1/+1
|
* Implement multitasking.Alex Auvolat2014-12-071-1/+1
|
* Refactor kmalloc & tests in kmain.Alex Auvolat2014-12-071-1/+1
|
* Begin review of taking model : making things thread safe.Alex Auvolat2014-12-061-1/+1
|
* Trying to track an annoying bug.Alex Auvolat2014-12-061-1/+1
|
* First implementation of slab allocator. Needs more testing and polishingAlex Auvolat2014-12-041-1/+1
|
* Implement kernel memory region allocator.Alex Auvolat2014-12-021-1/+1
|
* Begin implementation of pagingAlex Auvolat2014-12-021-2/+2
|
* Add physical page (frame) allocator.Alex Auvolat2014-12-021-1/+2
|
* Small adjustments:Alex Auvolat2014-12-011-1/+1
| | | | | | | - 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-3/+5
| | | | | | | | - 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)
* More library functions & renaming.Alex Auvolat2014-11-301-2/+4
|
* Add debug output and a few elementary stdlib functions.Alex Auvolat2014-11-301-4/+15
|
* Bare bones.Alex Auvolat2014-11-301-0/+21