Update ChangeLog

This commit is contained in:
Adrien Bourmault 2019-04-09 23:40:57 +02:00
parent 6e38478e14
commit 7167d958f7
1 changed files with 5 additions and 1 deletions

View File

@ -40,4 +40,8 @@
- We have implemented a buffer library for our terminal
- The stack is now 8MB long and isn't anymore in conflict with the kernel space xD
- The terminal is now better (with sprintf functions)
2019/04/09 More improvements
- The terminal is now buffered (static) and we have made a big reorganization of the project
- 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