diff --git a/ChangeLog b/ChangeLog index 3079955..5df0bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -51,7 +51,7 @@ Migration to GRUB 2019-03-25 @os-k-team 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 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