From 6e4528e78c64e1b9521460816e7a449d0a29b603 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 25 Mar 2019 23:27:00 +0100 Subject: [PATCH] Changelog update --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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)