diff --git a/ChangeLog b/ChangeLog index d2b38a1..7cb68d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,4 +35,9 @@ - The Kernel boots, prepared by the loader. Both are loaded by GRUB - We chose to use Multiboot v1 because the v2 lacks on documentation - We only support x86_64 +2019/03/25 A lot of work and enhancement have been accomplished + - We now have a functionnal memory map and a basic malloc function + - 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)