Changelog update

This commit is contained in:
Adrien Bourmault 2019-03-25 23:27:00 +01:00
parent e8b64a1fa2
commit 6e4528e78c
1 changed files with 5 additions and 0 deletions

View File

@ -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)