Update Changelog

This commit is contained in:
Adrien Bourmault 2020-02-12 17:14:31 +01:00
parent df8ba9e3ea
commit 23362604f9
No known key found for this signature in database
GPG Key ID: AFEE5788AEE3F4EC
1 changed files with 13 additions and 5 deletions

View File

@ -23,7 +23,7 @@
#=----------------------------------------------------------------------------=#
2018-10-00 @os-k-team <os-k-team@os-k.eu>
Started talking about making our own OS
Adrien Bourmault and Julian Barathie started talking about making their own OS
2018-11-00 @os-k-team <os-k-team@os-k.eu>
Name decided & creation of os-k.eu
@ -123,14 +123,22 @@ IDT Overhaul
* TSS : Special stack for ESR and ISR
2020-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
* 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
2020-02-05 @os-k-team <os-k-team@os-k.eu>
New member of our project : Antoine Cure is a new contributor
2020-02-06 @os-k-team <os-k-team@os-k.eu>
* Acpi : Root table detected and FADT ready to be parsed
* ACPI : Root table detected and FADT ready to be parsed
* Shell : now prints a legal message
* dmesg : the new command to print line of the new debug buffer !
* dmesg : the new command to print line of the new debug buffer !
2020-02-12 @os-k-team <os-k-team@os-k.eu>
* ACPI : DSDT, MCFG are now detected and parseable
* PCI express : bus enumerating functionnal