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

Update ChangeLog

This commit is contained in:
Adrien Bourmault 2019-04-24 23:12:12 +02:00
parent c1413a7c48
commit 188f5ae9f6

View File

@ -45,3 +45,7 @@
- The Makefile suffered a lot, so we improved it - The Makefile suffered a lot, so we improved it
- panic doesn't need to lock the terminal - panic doesn't need to lock the terminal
- We have a (basic) heap and memory allocator - 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)