Update ChangeLog

This commit is contained in:
Adrien Bourmault 2019-04-24 23:12:12 +02:00
parent c1413a7c48
commit 188f5ae9f6
1 changed files with 4 additions and 0 deletions

View File

@ -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)