Now in OS/K : floats !

This commit is contained in:
Adrien Bourmault 2019-11-27 00:25:23 +01:00
parent 4676b84c4c
commit 84972e99c9
1 changed files with 4 additions and 1 deletions

View File

@ -112,4 +112,7 @@ IDT Overhaul
* PIT time based ticks : functionnal, with a sleep function
* IDT : KeUnsmaskIRQ() function
* RTC time based ticks : deprecated, but a delay function still exists
* CPUID : the CPU frequency is detected without errors
* CPUID : the CPU frequency is detected without errors. SSE supported
2019-11-18 @os-k-team <os-k-team@os-k.eu>
* FPU : floating point numbers are supported (todo in printf)