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

Now in OS/K : floats !

This commit is contained in:
Adrien Bourmault 2019-11-27 00:25:23 +01:00
parent 4676b84c4c
commit 84972e99c9

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)