typos
This commit is contained in:
parent
272a0f243e
commit
c55c45f1f9
|
@ -51,7 +51,7 @@ Migration to GRUB
|
||||||
|
|
||||||
2019-03-25 @os-k-team <os-k-team@os-k.eu>
|
2019-03-25 @os-k-team <os-k-team@os-k.eu>
|
||||||
Memory and terminal
|
Memory and terminal
|
||||||
* Memory map and basic malloc function : Functionnal
|
* Memory map and basic malloc function : functionnal
|
||||||
* Buffer library : implemented for terminal
|
* Buffer library : implemented for terminal
|
||||||
* Stack : 8MB long and isn't anymore in conflict with the kernel space
|
* Stack : 8MB long and isn't anymore in conflict with the kernel space
|
||||||
* sprintf functions : created
|
* sprintf functions : created
|
||||||
|
@ -67,10 +67,10 @@ Memory and terminal
|
||||||
Interrupts and I/O
|
Interrupts and I/O
|
||||||
* IDT, ISR exception handler : created
|
* IDT, ISR exception handler : created
|
||||||
* RTC time based ticks : created but buggy
|
* 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>
|
2019-04-27 @os-k-team <os-k-team@os-k.eu>
|
||||||
IDT Overhaul
|
IDT Overhaul
|
||||||
* IDT : can now register new IRQ handlers at runtime
|
* IDT : can now register new IRQ handlers at runtime
|
||||||
* Exception handler : crashdumps with registers
|
* Exception handler : crashdumps with registers
|
||||||
* RTC time based ticks : Functionnal
|
* RTC time based ticks : functionnal
|
||||||
|
|
Loading…
Reference in New Issue