From 84972e99c9102dfd3a279ce7b9f9928b1f377cab Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 27 Nov 2019 00:25:23 +0100 Subject: [PATCH] Now in OS/K : floats ! --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4b9344c..855c28c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 \ No newline at end of file + * 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