This commit is contained in:
Adrien Bourmault 2019-05-05 23:37:05 +02:00
parent 272a0f243e
commit c55c45f1f9
1 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ Migration to GRUB
2019-03-25 @os-k-team <os-k-team@os-k.eu>
Memory and terminal
* Memory map and basic malloc function : Functionnal
* Memory map and basic malloc function : functionnal
* Buffer library : implemented for terminal
* Stack : 8MB long and isn't anymore in conflict with the kernel space
* sprintf functions : created
@ -67,10 +67,10 @@ Memory and terminal
Interrupts and I/O
* IDT, ISR exception handler : created
* RTC time based ticks : created but buggy
* Keyboard IRQ handling (TODO buffer BStdIn) : Functionnal
* Keyboard IRQ handling (TODO buffer BStdIn) : functionnal
2019-04-27 @os-k-team <os-k-team@os-k.eu>
IDT Overhaul
* IDT : can now register new IRQ handlers at runtime
* Exception handler : crashdumps with registers
* RTC time based ticks : Functionnal
* RTC time based ticks : functionnal