Update Changelog
This commit is contained in:
parent
df8ba9e3ea
commit
23362604f9
16
ChangeLog
16
ChangeLog
|
@ -23,7 +23,7 @@
|
||||||
#=----------------------------------------------------------------------------=#
|
#=----------------------------------------------------------------------------=#
|
||||||
|
|
||||||
2018-10-00 @os-k-team <os-k-team@os-k.eu>
|
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>
|
2018-11-00 @os-k-team <os-k-team@os-k.eu>
|
||||||
Name decided & creation of os-k.eu
|
Name decided & creation of os-k.eu
|
||||||
|
@ -123,14 +123,22 @@ IDT Overhaul
|
||||||
* TSS : Special stack for ESR and ISR
|
* TSS : Special stack for ESR and ISR
|
||||||
|
|
||||||
2020-01-00 @os-k-team <os-k-team@os-k.eu>
|
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
|
* Dynamic paging : Total rewriting of the paging functions, to adapt it to physical memory
|
||||||
Also, base API to map and unmap pages
|
Also, base API to map and unmap pages
|
||||||
* Page allocator : Possibility to allocate and map pages block (contiguous or not)
|
* Page allocator : Possibility to allocate and map pages block (contiguous or not)
|
||||||
* Keyboard : Total rewriting of the keyboard layout system, and new functionnalities
|
* Keyboard : Total rewriting of the keyboard layout system, and new functionnalities
|
||||||
* Shell : Command history, new keyboard system implemented
|
* Shell : Command history, new keyboard system implemented
|
||||||
* Acpi : just a beginning
|
* 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>
|
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
|
* 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
|
Loading…
Reference in New Issue