1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

ChangeLog update !

This commit is contained in:
Adrien Bourmault 2020-02-02 14:29:04 +01:00
parent f30e2a1d4c
commit 37e725e8cb

View File

@ -116,3 +116,16 @@ IDT Overhaul
2019-11-18 @os-k-team <os-k-team@os-k.eu>
* FPU : floating point numbers are supported (todo in printf)
2019-12-00 @os-k-team <os-k-team@os-k.eu>
* MakeFile : Better compilation process (esp. build of the img file)
* Paging : Working on protection of .data, .rodata, .text segments
* TSS : Special stack for ESR and ISR
2019-01-00 @os-k-team <os-k-team@os-k.eu>
* Dynamic paging : Total rewriting of the paging functions, to adapt it to physical memory
Also, base API to map and unmap pages
* Page allocator : Possibility to allocate and map pages block (contiguous or not)
* Keyboard : Total rewriting of the keyboard layout system, and new functionnalities
* Shell : Command history, new keyboard system implemented
* Acpi : just a beginning