From 7167d958f70f2a0750be9e74daec2987016ec9ac Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Tue, 9 Apr 2019 23:40:57 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7cb68d1..c5582fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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