Changelog update
This commit is contained in:
parent
e8b64a1fa2
commit
6e4528e78c
|
@ -35,4 +35,9 @@
|
||||||
- The Kernel boots, prepared by the loader. Both are loaded by GRUB
|
- 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 chose to use Multiboot v1 because the v2 lacks on documentation
|
||||||
- We only support x86_64
|
- 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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue