From 188f5ae9f6cbb67eda9aa3db064f2abe33a212c6 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 24 Apr 2019 23:12:12 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index c5582fe..b04e5ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,3 +45,7 @@ - The Makefile suffered a lot, so we improved it - panic doesn't need to lock the terminal - We have a (basic) heap and memory allocator +2019/04/24 Big Improvements + - Creation of the IDT, ISR exception handler + - RTC time based ticks + - Keyboard IRQ handling (TODO buffer BStdIn)