From 37e725e8cbd5eaa0e606c67d4bc4c75a5ad27347 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 2 Feb 2020 14:29:04 +0100 Subject: [PATCH] ChangeLog update ! --- ChangeLog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 855c28c..87b6f43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -115,4 +115,17 @@ IDT Overhaul * CPUID : the CPU frequency is detected without errors. SSE supported 2019-11-18 @os-k-team - * FPU : floating point numbers are supported (todo in printf) \ No newline at end of file + * FPU : floating point numbers are supported (todo in printf) + +2019-12-00 @os-k-team + * 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 + * 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 \ No newline at end of file